mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14313 from hugueskamba/hk_cmake_fix_cortex_m33_gcc
CMake: Fix Cortex-M33 GCC buildpull/14334/head
commit
6c08123dff
|
@ -5,8 +5,7 @@
|
|||
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
|
||||
list(APPEND common_options
|
||||
"-mthumb"
|
||||
"-mcpu=cortex-m33+nodsp"
|
||||
"-mfpu=none"
|
||||
"-mcpu=cortex-m33+nodsp+nofp"
|
||||
)
|
||||
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
|
||||
list(APPEND common_options
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
|
||||
list(APPEND common_options
|
||||
"-mthumb"
|
||||
"-mcpu=cortex-m33+nodsp"
|
||||
"-mfpu=none"
|
||||
"-mcpu=cortex-m33+nodsp+nofp"
|
||||
)
|
||||
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
|
||||
list(APPEND common_options
|
||||
|
|
Loading…
Reference in New Issue