We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5782b commit 7c3cfabCopy full SHA for 7c3cfab
tools/cmake/cores/Cortex-M7.cmake
@@ -28,7 +28,7 @@ function(mbed_set_cpu_core_options target mbed_toolchain)
28
INTERFACE
29
$<$<COMPILE_LANGUAGE:C>:${compile_options}>
30
$<$<COMPILE_LANGUAGE:CXX>:${compile_options}>
31
- $<$<COMPILE_LANGUAGE:ASM>:-mcpu=Cortex-M7.no_fp>
+ $<$<COMPILE_LANGUAGE:ASM>:${compile_options}>
32
)
33
34
target_link_options(${target}
0 commit comments