File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,15 +300,15 @@ if(FUCHSIA_SDK)
300
300
set (LLVM_RUNTIME_MULTILIB_hwasan+noexcept_TARGETS "aarch64-unknown-fuchsia;riscv64-unknown-fuchsia" CACHE STRING "" )
301
301
endif ()
302
302
303
- foreach (target armv6m-unknown -eabi;armv7m-unknown -eabi;armv8m.main-unknown -eabi )
303
+ foreach (target armv6m-none -eabi;armv7m-none -eabi;armv8m.main-none -eabi )
304
304
list (APPEND BUILTIN_TARGETS "${target} " )
305
305
set (BUILTINS_${target}_CMAKE_SYSTEM_NAME Generic CACHE STRING "" )
306
306
set (BUILTINS_${target}_CMAKE_SYSTEM_PROCESSOR arm CACHE STRING "" )
307
307
set (BUILTINS_${target}_CMAKE_SYSROOT "" CACHE STRING "" )
308
308
set (BUILTINS_${target}_CMAKE_BUILD_TYPE MinSizeRel CACHE STRING "" )
309
309
foreach (lang C;CXX;ASM )
310
310
set (BUILTINS_${target}_CMAKE_${lang}_local_flags "--target=${target} -mthumb" )
311
- if (${target} STREQUAL "armv8m.main-unknown -eabi" )
311
+ if (${target} STREQUAL "armv8m.main-none -eabi" )
312
312
set (BUILTINS_${target}_CMAKE_${lang}_local_flags "${BUILTINS_${target} _CMAKE_${lang} _local_flags} -mfloat-abi=softfp -march=armv8m.main+fp+dsp -mcpu=cortex-m33" CACHE STRING "" )
313
313
endif ()
314
314
set (BUILTINS_${target}_CMAKE_${lang}_FLAGS "${BUILTINS_${target} _CMAKE_${lang} _local_flags}" CACHE STRING "" )
You can’t perform that action at this time.
0 commit comments