aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-31 01:13:05 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-11 07:41:00 +0100
commit21e3a48054bde1f1780d797509307f2b529b0882 (patch)
tree4d304479621fe0bef5b9d8ed4ef9f74b5e219d8c
parentfbd2ae1c347da65c5e54b0ca4401e0b1d45a509f (diff)
downloadpx4-firmware-21e3a48054bde1f1780d797509307f2b529b0882.tar.gz
px4-firmware-21e3a48054bde1f1780d797509307f2b529b0882.tar.bz2
px4-firmware-21e3a48054bde1f1780d797509307f2b529b0882.zip
Allow GCC 4.7.4 in check
-rw-r--r--makefiles/toolchain_gnu-arm-eabi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk
index 4c49edaab..853885a3b 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -50,7 +50,7 @@ OBJDUMP = $(CROSSDEV)objdump
# Check if the right version of the toolchain is available
#
-CROSSDEV_VER_SUPPORTED = 4.8.4 4.9.3
+CROSSDEV_VER_SUPPORTED = 4.7.4 4.7.5 4.7.6 4.8.4 4.9.3
CROSSDEV_VER_FOUND = $(shell $(CC) -dumpversion)
ifeq (,$(findstring $(CROSSDEV_VER_FOUND), $(CROSSDEV_VER_SUPPORTED)))