File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ foreach(target armv6m-none-eabi;armv7m-none-eabi;armv8m.main-none-eabi)
345345 set (RUNTIMES_${target} _LIBCXX_CXX_ABI none CACHE STRING "" )
346346 set (RUNTIMES_${target} _LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
347347 set (RUNTIMES_${target} _LIBCXX_ENABLE_STATIC ON CACHE BOOL "" )
348+ set (RUNTIMES_${target} _LIBCXX_SHARED_OUTPUT_NAME "c++-shared" CACHE STRING "" )
348349 set (RUNTIMES_${target} _LIBCXX_LIBC "llvm-libc" CACHE STRING "" )
349350 set (RUNTIMES_${target} _LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "" )
350351 set (RUNTIMES_${target} _LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "" )
@@ -396,6 +397,7 @@ foreach(target riscv32-unknown-elf)
396397 set (RUNTIMES_${target} _LIBCXX_CXX_ABI none CACHE STRING "" )
397398 set (RUNTIMES_${target} _LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
398399 set (RUNTIMES_${target} _LIBCXX_ENABLE_STATIC ON CACHE BOOL "" )
400+ set (RUNTIMES_${target} _LIBCXX_SHARED_OUTPUT_NAME "c++-shared" CACHE STRING "" )
399401 set (RUNTIMES_${target} _LIBCXX_LIBC "llvm-libc" CACHE STRING "" )
400402 set (RUNTIMES_${target} _LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "" )
401403 set (RUNTIMES_${target} _LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments