CMake: Correct ARM toolchain MCU core flags
Some armasm flags are passed to the ASM whilst we actually use armclang to invoke it. This causes build failures as armclang is not compatible with armasm flags.
This commit passes the same flags to all tools in the chain.
ls
1 parent 83c18dd commit db189bae6d09264079c564f8d04e5eb0f5066aec
@Hugues Kamba Hugues Kamba authored on 22 Jan 2021
Showing 15 changed files
View
tools/cmake/cores/Cortex-A9.cmake
View
tools/cmake/cores/Cortex-M0+.cmake
View
tools/cmake/cores/Cortex-M0.cmake
View
tools/cmake/cores/Cortex-M1.cmake
View
tools/cmake/cores/Cortex-M23-NS.cmake
View
tools/cmake/cores/Cortex-M23.cmake
View
tools/cmake/cores/Cortex-M3.cmake
View
tools/cmake/cores/Cortex-M33F-NS.cmake
View
tools/cmake/cores/Cortex-M33F.cmake
View
tools/cmake/cores/Cortex-M33FE-NS.cmake
View
tools/cmake/cores/Cortex-M33FE.cmake
View
tools/cmake/cores/Cortex-M4.cmake
View
tools/cmake/cores/Cortex-M4F.cmake
View
tools/cmake/cores/Cortex-M7.cmake
View
tools/cmake/cores/Cortex-M7FD.cmake