mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/compile_commands: Filter out GCC specific -misa-spec=2.2
This commit is contained in:
parent
8c369a8d29
commit
6d3fb861c3
@ -320,6 +320,7 @@ if __name__ == '__main__':
|
||||
_args.add_libstdcxx_includes = True
|
||||
_args.filter_out = ['-mno-thumb-interwork',
|
||||
# Only even included for versions of GCC that support it
|
||||
'-misa-spec=2.2',
|
||||
'-malign-data=natural',
|
||||
# Only supported starting with clang 11
|
||||
'-msmall-data-limit=8',
|
||||
|
Loading…
Reference in New Issue
Block a user