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 @@ -338,6 +338,7 @@ foreach(target armv6m-unknown-eabi;armv7m-unknown-eabi;armv8m.main-unknown-eabi)
338
338
set (RUNTIMES_${target}_LIBCXX_CXX_ABI none CACHE STRING "" )
339
339
set (RUNTIMES_${target}_LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
340
340
set (RUNTIMES_${target}_LIBCXX_ENABLE_STATIC ON CACHE BOOL "" )
341
+ set (RUNTIMES_${target}_LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS ON CACHE BOOL "" )
341
342
set (RUNTIMES_${target}_LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "" )
342
343
set (RUNTIMES_${target}_LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "" )
343
344
set (RUNTIMES_${target}_LIBCXX_ENABLE_LOCALIZATION OFF CACHE BOOL "" )
@@ -388,6 +389,7 @@ foreach(target riscv32-unknown-elf)
388
389
set (RUNTIMES_${target}_LIBCXX_CXX_ABI none CACHE STRING "" )
389
390
set (RUNTIMES_${target}_LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
390
391
set (RUNTIMES_${target}_LIBCXX_ENABLE_STATIC ON CACHE BOOL "" )
392
+ set (RUNTIMES_${target}_LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS ON CACHE BOOL "" )
391
393
set (RUNTIMES_${target}_LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "" )
392
394
set (RUNTIMES_${target}_LIBCXX_ENABLE_RANDOM_DEVICE OFF CACHE BOOL "" )
393
395
set (RUNTIMES_${target}_LIBCXX_ENABLE_LOCALIZATION OFF CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments