about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-05-02 14:41:45 +0200
committerGitHub <noreply@github.com>2024-05-02 12:41:45 +0000
commitdb15bbc3d5d80ef43ed21f1f0a6ce84a9058780c (patch)
tree7c6d8d13a3616269da30b7f5a87754819f110247 /pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch
parent79f4b5b1050caed092629308c698b9e3ee8b32dc (diff)
treewide: remove unreferenced patch files (#308127)
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
Diffstat (limited to 'pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch')
-rw-r--r--pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch b/pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch
deleted file mode 100644
index 787f3e16500e2..0000000000000
--- a/pkgs/development/compilers/llvm/common/libcxxabi/no-threads.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4138acf..41b4763 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -362,6 +362,7 @@ if (NOT LIBCXXABI_ENABLE_THREADS)
-                         " is also set to ON.")
-   endif()
-   add_definitions(-D_LIBCXXABI_HAS_NO_THREADS)
-+  add_definitions(-D_LIBCPP_HAS_NO_THREADS)
- endif()
- 
- if (LIBCXXABI_HAS_EXTERNAL_THREAD_API)