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.
2 parents 8947e3c + b193d97 commit 9d48bfeCopy full SHA for 9d48bfe
tools/cmake/cores/Cortex-A9.cmake
@@ -5,9 +5,8 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
5
list(APPEND common_options
6
"-mthumb-interwork"
7
"-marm"
8
- "-march=armv7-a"
9
"-mfpu=vfpv3"
10
- "-mfloat-abi=hard"
+ "-mfloat-abi=softfp"
11
"-mno-unaligned-access"
12
"-mcpu=cortex-a9"
13
)
0 commit comments