summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-06-12 20:08:14 +0200
committerMichał Górny <mgorny@gentoo.org>2019-06-13 13:11:19 +0200
commitebccde5e670e75861af64ed0d27527bde8d9d040 (patch)
treeb33f99f97357994876f9aa84880f15057b0e220b /sys-libs
parentsys-libs/libcxxabi: Enable Python 3 in -9999 (diff)
downloadgentoo-ebccde5e670e75861af64ed0d27527bde8d9d040.tar.gz
gentoo-ebccde5e670e75861af64ed0d27527bde8d9d040.tar.bz2
gentoo-ebccde5e670e75861af64ed0d27527bde8d9d040.zip
sys-libs/libcxxabi: Build static libc++ for tests in -9999
Build static libc++ to avoid linking problems against libgcc. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libcxxabi/libcxxabi-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
index 96050b186e9f..9f28d04485ed 100644
--- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
@@ -92,8 +92,8 @@ build_libcxx() {
local BUILD_DIR=${BUILD_DIR}/libcxx
local mycmakeargs=(
-DLIBCXX_LIBDIR_SUFFIX=
- -DLIBCXX_ENABLE_SHARED=ON
- -DLIBCXX_ENABLE_STATIC=OFF
+ -DLIBCXX_ENABLE_SHARED=OFF
+ -DLIBCXX_ENABLE_STATIC=ON
-DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
-DLIBCXX_CXX_ABI=libcxxabi
-DLIBCXX_CXX_ABI_INCLUDE_PATHS="${S}"/include