1
0
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:
chrysn 2022-05-13 17:13:43 +02:00
parent 8c369a8d29
commit 6d3fb861c3

View File

@ -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',