Changed default 'GCC_REQUIRED_VERSION' to only be assigned if not overriden.

This commit is contained in:
Michael Keller 2016-12-30 13:58:23 +13:00
parent 6aec4e1ec5
commit 6dfa92154b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# Set up ARM (STM32) SDK
ARM_SDK_DIR := $(TOOLS_DIR)/gcc-arm-none-eabi-5_4-2016q3
# Checked below, Should match the output of $(shell arm-none-eabi-gcc -dumpversion)
GCC_REQUIRED_VERSION := 5.4.1
GCC_REQUIRED_VERSION ?= 5.4.1
## arm_sdk_install : Install Arm SDK
.PHONY: arm_sdk_install