zephyr/cmake/compiler/clang
Dawid Niedzwiecki b584e2c6d0 toolchain: clang: arm: do not use fp instruction when CONFIG_FPU=n
Clang uses floating-point instructions by default, even if -mfpu is not
defined. Disable using FPU when CONFIG_FPU=n.

Using floating-point instructions when FPU is not enabled generates
Usage Fault.

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
2024-06-25 06:06:36 -04:00
..
compiler_flags.cmake
generic.cmake
target.cmake cmake: llvm: arm64: Set arm64 flags when building with clang 2024-06-13 17:58:04 +02:00
target_arm.cmake toolchain: clang: arm: do not use fp instruction when CONFIG_FPU=n 2024-06-25 06:06:36 -04:00
target_arm64.cmake cmake: llvm: arm64: Set arm64 flags when building with clang 2024-06-13 17:58:04 +02:00