gcc: update to version 6.3.0

Issue #2372
This commit is contained in:
Christian Prochaska
2017-04-09 21:02:34 +02:00
committed by Christian Helmuth
parent 9f9271783e
commit 58f2088d3e
34 changed files with 417 additions and 283 deletions

View File

@@ -122,7 +122,7 @@ endif
# Empty DST_DIRS is interpreted as a tool-chain agnostic target, e.g., clean.
#
ifneq ($(DST_DIRS),)
REQUIRED_GCC_VERSION ?= 4.9.2
REQUIRED_GCC_VERSION ?= 6.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")