summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-18 22:37:41 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-18 22:43:03 +0100
commit04b71ac54cfb0e0c3846c96fff58138db721dedb (patch)
tree8df2685cb9d8c118e7e2289bd6e95839c611cf22 /sys-libs/libcxx/files
parentsys-libs/libcxx: Remove old 3.9.0 version (diff)
downloadgentoo-04b71ac54cfb0e0c3846c96fff58138db721dedb.tar.gz
gentoo-04b71ac54cfb0e0c3846c96fff58138db721dedb.tar.bz2
gentoo-04b71ac54cfb0e0c3846c96fff58138db721dedb.zip
sys-libs/libcxx: Remove old 3.8.1 version
LLVM 3.8.1 has been removed from the tree, so libcxx can go too.
Diffstat (limited to 'sys-libs/libcxx/files')
-rw-r--r--sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch b/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch
deleted file mode 100644
index ef86254dff17..000000000000
--- a/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/include/__config b/include/__config
-index db5a832..f463557 100644
---- a/include/__config
-+++ b/include/__config
-@@ -11,6 +11,10 @@
- #ifndef _LIBCPP_CONFIG
- #define _LIBCPP_CONFIG
-
-+// Normally this definition is handled by cmake; but since we're not using
-+// cmake, we have to hardcode it here.
-+#define _LIBCPP_HAS_MUSL_LIBC
-+
- #if defined(_MSC_VER) && !defined(__clang__)
- #define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
- #endif