forked from Archive/PX4-Autopilot
Linux: added support for gcc 4.6
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
4a4fcb5d75
commit
89e1b454af
|
@ -54,7 +54,7 @@ CXX = g++
|
|||
CPP = gcc -E
|
||||
|
||||
# GCC Version
|
||||
DEV_VER_SUPPORTED = 4.8.2
|
||||
DEV_VER_SUPPORTED = 4.6 4.8.2
|
||||
|
||||
else
|
||||
# Clang options
|
||||
|
|
Loading…
Reference in New Issue