mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
Linux: added support for gcc 4.6
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user