commit | ad1b1cf9784c527c46e9878d9e9c4a20a3b3fd78 | [log] [tgz] |
---|---|---|
author | Patryk Duda <pdk@semihalf.com> | Fri Oct 13 12:30:06 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Oct 23 16:04:39 2023 +0200 |
tree | eecc5bfc320a1f9e0bec47d83d1f7a27c3625945 | |
parent | 9ddca0bfc62e4b177d36d8625fdc8911bc8d1d7f [diff] |
clang: target: Include gcc-m-fpu.cmake file File gcc-m-fpu.cmake is responsible for determining what should be passed to -mfpu option. Fortunately GCC and Clang options are compatible so we can use the file for clang. The list of supported -mfpu options can be found at https://github.com/llvm/llvm-project in llvm/include/llvm/TargetParser/ARMTargetParser.def file. Signed-off-by: Patryk Duda <pdk@semihalf.com>