Tools: Add g++ 11.4 to whitelist

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-11-25 20:26:49 -07:00 committed by Andrew Tridgell
parent 3965c7e4bf
commit adff2ed5d7

View File

@ -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: