Skip to content

Commit 9d48bfe

Browse files
authored
Merge pull request #14411 from hugueskamba/hk_cmake_fix_cortex_a9_warning
CMake: Fix Cortex-A9 flags for GCC_ARM toolchain
2 parents 8947e3c + b193d97 commit 9d48bfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/cmake/cores/Cortex-A9.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
55
list(APPEND common_options
66
"-mthumb-interwork"
77
"-marm"
8-
"-march=armv7-a"
98
"-mfpu=vfpv3"
10-
"-mfloat-abi=hard"
9+
"-mfloat-abi=softfp"
1110
"-mno-unaligned-access"
1211
"-mcpu=cortex-a9"
1312
)

0 commit comments

Comments
 (0)