zephyr/cmake/compiler/armclang
Stephanos Ioannidis 6d4bce81ae cmake: gcc: target_arm: Support advanced floating-point options
This commit updates the Zephyr build system to support specifying
advanced floating-point compilation options derived from the newly
introduced unified floating-point configurations.

The following changes are introduced by this commit:

1. Specify architecture floating-point option to the `-mcpu` flag.
2. Specify floating-point unit (FPU) type using the `-mfpu` flag.

Note that the `-march` flag is not specified separately because the
`-mcpu` flag provides more detailed architecture options and this
makes the `-march` flag redundant.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-05-05 12:03:27 +09:00
..
compiler_flags.cmake armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00
generic.cmake cmake: Correct PATHS usage 2022-04-29 08:57:21 +02:00
target.cmake cmake: gcc: target_arm: Support advanced floating-point options 2022-05-05 12:03:27 +09:00