cmake: compiler: arm: Whitespace-align flags
This commit whitespace-aligns the toolchain flags. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
b9d2028590
commit
e89881f532
1 changed files with 6 additions and 6 deletions
|
@ -29,14 +29,14 @@ else()
|
|||
set(FPU_FOR_cortex-m33 fpv5-${PRECISION_TOKEN}d16)
|
||||
|
||||
if(CONFIG_FLOAT)
|
||||
list(APPEND TOOLCHAIN_C_FLAGS -mfpu=${FPU_FOR_${GCC_M_CPU}})
|
||||
list(APPEND TOOLCHAIN_LD_FLAGS -mfpu=${FPU_FOR_${GCC_M_CPU}})
|
||||
list(APPEND TOOLCHAIN_C_FLAGS -mfpu=${FPU_FOR_${GCC_M_CPU}})
|
||||
list(APPEND TOOLCHAIN_LD_FLAGS -mfpu=${FPU_FOR_${GCC_M_CPU}})
|
||||
if (CONFIG_FP_SOFTABI)
|
||||
list(APPEND TOOLCHAIN_C_FLAGS -mfloat-abi=softfp)
|
||||
list(APPEND TOOLCHAIN_LD_FLAGS -mfloat-abi=softfp)
|
||||
list(APPEND TOOLCHAIN_C_FLAGS -mfloat-abi=softfp)
|
||||
list(APPEND TOOLCHAIN_LD_FLAGS -mfloat-abi=softfp)
|
||||
elseif(CONFIG_FP_HARDABI)
|
||||
list(APPEND TOOLCHAIN_C_FLAGS -mfloat-abi=hard)
|
||||
list(APPEND TOOLCHAIN_LD_FLAGS -mfloat-abi=hard)
|
||||
list(APPEND TOOLCHAIN_C_FLAGS -mfloat-abi=hard)
|
||||
list(APPEND TOOLCHAIN_LD_FLAGS -mfloat-abi=hard)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue