tool_chain: update GCC to version 8.3.0

Issue #3307
This commit is contained in:
Christian Prochaska
2019-03-19 14:01:17 +01:00
committed by Christian Helmuth
parent 96ed3c8db0
commit 1720d2d86d
22 changed files with 150 additions and 11251 deletions

View File

@@ -129,7 +129,7 @@ endif
# Empty DST_DIRS is interpreted as a tool-chain agnostic target, e.g., clean.
#
ifneq ($(DST_DIRS),)
REQUIRED_GCC_VERSION ?= 6.3.0
REQUIRED_GCC_VERSION ?= 8.3.0
GCC_VERSION := $(filter $(REQUIRED_GCC_VERSION) ,$(shell $(CUSTOM_CXX) --version))
ifneq ($(GCC_VERSION), $(REQUIRED_GCC_VERSION))
$(error "$(CUSTOM_CXX) version $(REQUIRED_GCC_VERSION) is required")