From f7d7a3a18b1f1d1fdcf5b05f4ab1af6b8fc2ce1e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 5 Dec 2020 01:21:05 -0800 Subject: libcxx[abi]: remove This is a neat project, but offers no benefit to OpenWrt. The initial reason for it was to be a replacement for libstdcpp as it is smaller and lacks compatibility for C++98. Unfortunately, compiling several packages with it results in larger ipk sizes. While not a member of the packages feed, this will be moved to packages-abandoned to keep it somewhere. Signed-off-by: Rosen Penev --- package/libs/libcxx/patches/010-ssp.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/libs/libcxx/patches/010-ssp.patch (limited to 'package/libs/libcxx/patches/010-ssp.patch') diff --git a/package/libs/libcxx/patches/010-ssp.patch b/package/libs/libcxx/patches/010-ssp.patch deleted file mode 100644 index f83c7b9b56..0000000000 --- a/package/libs/libcxx/patches/010-ssp.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -760,6 +760,10 @@ function(cxx_link_system_libraries targe - target_link_libraries(${target} PRIVATE atomic) - endif() - -+ if (LIBCXX_HAS_MUSL_LIBC) -+ target_link_libraries(${target} PRIVATE ssp_nonshared) -+ endif() -+ - if (MINGW) - target_link_libraries(${target} PRIVATE "${MINGW_LIBRARIES}") - endif() -- cgit v1.2.3