mbed-os/tools/cmake/cores
Hugues Kamba b193d97532 CMake: Fix Cortex-A9 flags for GCC_ARM toolchain
The -mcpu=cortex-a9 flag conflicts with the march=armv7-a flag.
Opted to keep mcpu=cortex-a9 as it is more specific and
allows GCC to perform better optimization.

The compiler is also changed to use soft-float ABI as it
was necessary to successfully build. Without it the application
appears to be built with soft-float ABI and it conflicts with
the previous setting which was built with hard-float ABI.
This may be related to: https://gitlab.kitware.com/cmake/cmake/-/issues/21173
2021-03-12 13:21:04 +00:00
..
Cortex-A9.cmake CMake: Fix Cortex-A9 flags for GCC_ARM toolchain 2021-03-12 13:21:04 +00:00
Cortex-M0+.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M0.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M1.cmake CMake cores: fix cpu flag 2021-01-26 14:13:19 +00:00
Cortex-M3.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M4.cmake STM32WL : ADDING CORTEX-M4 LINK OPTION 2021-02-08 09:42:51 +00:00
Cortex-M4F.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M7.cmake CMake: Correct ARM toolchain MCU core flags 2021-01-22 10:54:47 +00:00
Cortex-M7F.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M7FD.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M23-NS.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M23.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M33-NS.cmake Workaround for Cortex-M33 Arm toochain linking 2021-03-09 17:35:48 +00:00
Cortex-M33.cmake Workaround for Cortex-M33 Arm toochain linking 2021-03-09 17:35:48 +00:00
Cortex-M33F-NS.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M33F.cmake Merge pull request #14190 from 0xc0170/fix_ns_cores 2021-02-03 10:17:21 +00:00
Cortex-M33FE-NS.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M33FE.cmake CMake cores: align fpu settings 2021-01-27 12:30:21 +00:00
Cortex-M55.cmake Add cortex-m55 to CMake support 2021-01-28 16:46:18 +00:00