mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Tools: Add g++ 11.4 to whitelist
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
3965c7e4bf
commit
adff2ed5d7
@ -799,6 +799,7 @@ class sitl(Board):
|
|||||||
# whitelist of compilers which we should build with -Werror
|
# whitelist of compilers which we should build with -Werror
|
||||||
gcc_whitelist = frozenset([
|
gcc_whitelist = frozenset([
|
||||||
('11','3','0'),
|
('11','3','0'),
|
||||||
|
('11','4','0'),
|
||||||
('12','1','0'),
|
('12','1','0'),
|
||||||
])
|
])
|
||||||
|
|
||||||
@ -1156,6 +1157,7 @@ class chibios(Board):
|
|||||||
('9','3','1'),
|
('9','3','1'),
|
||||||
('10','2','1'),
|
('10','2','1'),
|
||||||
('11','3','0'),
|
('11','3','0'),
|
||||||
|
('11','4','0'),
|
||||||
])
|
])
|
||||||
|
|
||||||
if cfg.env.HAL_CANFD_SUPPORTED:
|
if cfg.env.HAL_CANFD_SUPPORTED:
|
||||||
|
Loading…
Reference in New Issue
Block a user