File tree 1 file changed +2
-0
lines changed
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)
345
345
set (RUNTIMES_${target} _LIBCXX_CXX_ABI none CACHE STRING "" )
346
346
set (RUNTIMES_${target} _LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
347
347
set (RUNTIMES_${target} _LIBCXX_ENABLE_STATIC ON CACHE BOOL "" )
348
+ set (RUNTIMES_${target} _LIBCXX_SHARED_OUTPUT_NAME "c++-shared" CACHE STRING "" )
348
349
set (RUNTIMES_${target} _LIBCXX_LIBC "llvm-libc" CACHE STRING "" )
349
350
set (RUNTIMES_${target} _LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "" )
350
351
set (RUNTIMES_${target} _LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "" )
@@ -396,6 +397,7 @@ foreach(target riscv32-unknown-elf)
396
397
set (RUNTIMES_${target} _LIBCXX_CXX_ABI none CACHE STRING "" )
397
398
set (RUNTIMES_${target} _LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
398
399
set (RUNTIMES_${target} _LIBCXX_ENABLE_STATIC ON CACHE BOOL "" )
400
+ set (RUNTIMES_${target} _LIBCXX_SHARED_OUTPUT_NAME "c++-shared" CACHE STRING "" )
399
401
set (RUNTIMES_${target} _LIBCXX_LIBC "llvm-libc" CACHE STRING "" )
400
402
set (RUNTIMES_${target} _LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "" )
401
403
set (RUNTIMES_${target} _LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments