mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14411 from hugueskamba/hk_cmake_fix_cortex_a9_warning
CMake: Fix Cortex-A9 flags for GCC_ARM toolchainpull/14435/head
commit
9d48bfecb7
|
|
@ -5,9 +5,8 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
|
|||
list(APPEND common_options
|
||||
"-mthumb-interwork"
|
||||
"-marm"
|
||||
"-march=armv7-a"
|
||||
"-mfpu=vfpv3"
|
||||
"-mfloat-abi=hard"
|
||||
"-mfloat-abi=softfp"
|
||||
"-mno-unaligned-access"
|
||||
"-mcpu=cortex-a9"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue