From 5d1c4dff27dbccb3c967cc695797f985dc13e000 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 27 Jul 2013 23:27:39 +0000 Subject: build libcxx multilib, patch by Yuta SATOH in bug #475294 --- profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog | 5 ++++- profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'profiles/default/bsd/fbsd') 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 package.use.force: + build libcxx multilib, patch by Yuta SATOH in bug #475294 19 Jun 2013; Alexis Ballier +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. -- cgit v1.2.3-65-gdbad