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)
300300 set (LLVM_RUNTIME_MULTILIB_hwasan+noexcept_TARGETS "aarch64-unknown-fuchsia;riscv64-unknown-fuchsia" CACHE STRING "" )
301301endif ()
302302
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)
304304 list (APPEND BUILTIN_TARGETS "${target} " )
305305 set (BUILTINS_${target} _CMAKE_SYSTEM_NAME Generic CACHE STRING "" )
306306 set (BUILTINS_${target} _CMAKE_SYSTEM_PROCESSOR arm CACHE STRING "" )
307307 set (BUILTINS_${target} _CMAKE_SYSROOT "" CACHE STRING "" )
308308 set (BUILTINS_${target} _CMAKE_BUILD_TYPE MinSizeRel CACHE STRING "" )
309309 foreach (lang C;CXX;ASM)
310310 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" )
312312 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 "" )
313313 endif ()
314314 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