summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-27 23:27:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-27 23:27:39 +0000
commit5d1c4dff27dbccb3c967cc695797f985dc13e000 (patch)
tree474a4390a1b17872fd015f4ca85a6697be966f44 /profiles/default/bsd
parentmedia-video/dvdbackup: 0.4.2 (diff)
downloadgentoo-2-5d1c4dff27dbccb3c967cc695797f985dc13e000.tar.gz
gentoo-2-5d1c4dff27dbccb3c967cc695797f985dc13e000.tar.bz2
gentoo-2-5d1c4dff27dbccb3c967cc695797f985dc13e000.zip
build libcxx multilib, patch by Yuta SATOH in bug #475294
Diffstat (limited to 'profiles/default/bsd')
-rw-r--r--profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog5
-rw-r--r--profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force9
2 files changed, 8 insertions, 6 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
index 6e7b69b07dfd..4db3e5f2edc9 100644
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
+++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.9 2013/06/19 20:13:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.10 2013/07/27 23:27:39 aballier Exp $
+
+ 27 Jul 2013; Alexis Ballier <aballier@gentoo.org> package.use.force:
+ build libcxx multilib, patch by Yuta SATOH in bug #475294
19 Jun 2013; Alexis Ballier <aballier@gentoo.org> +make.defaults:
add default cflags, esp. CXXFLAGS=-stdlib=libc++ ...
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force
index 79a0c2c3c2a4..97067e94808e 100644
--- a/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force
+++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force
@@ -1,14 +1,13 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v 1.4 2013/06/19 13:00:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v 1.5 2013/07/27 23:27:39 aballier Exp $
# Force building libc++ over libcxxrt.
sys-libs/libcxx libcxxrt
-# Force static libs on the C++ stack so that static linking has a chance to
-# work.
-sys-libs/libcxxrt static-libs
-sys-libs/libcxx static-libs
+# Force static libs and multilib on the C++ stack.
+sys-libs/libcxxrt static-libs abi_x86_32
+sys-libs/libcxx static-libs abi_x86_32
# Force openssl on curl since cmakes needs it and is in @system because of
# libcxx on this profile. Mask the other ssl providers.