diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-31 15:58:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-31 15:58:25 +0000 |
commit | 9cb586e50aa33bb0fa7b18fd438f662f9ef2d6c2 (patch) | |
tree | 3d54a3ff2608069262c398e7a893d2b2638d80ee /profiles | |
parent | bump a new snapshot (diff) | |
download | gentoo-2-9cb586e50aa33bb0fa7b18fd438f662f9ef2d6c2.tar.gz gentoo-2-9cb586e50aa33bb0fa7b18fd438f662f9ef2d6c2.tar.bz2 gentoo-2-9cb586e50aa33bb0fa7b18fd438f662f9ef2d6c2.zip |
Force static libs on the C++ stack so that static linking has a chance to work
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog index b6f3b766eecb..0641d3153ec2 100644 --- a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2013/05/30 21:26:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.2 2013/05/31 15:58:25 aballier Exp $ + + 31 May 2013; Alexis Ballier <aballier@gentoo.org> +package.use.force: + Force static libs on the C++ stack so that static linking has a chance to + work 30 May 2013; Alexis Ballier <aballier@gentoo.org> +package.use.mask: Mask binutils[cxx], bug #427344 (and add a ChangeLog here) 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 new file mode 100644 index 000000000000..e56bfefb4e40 --- /dev/null +++ b/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force @@ -0,0 +1,9 @@ +# 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.1 2013/05/31 15:58:25 aballier Exp $ + +# Force static libs on the C++ stack so that static linking has a chance to +# work. +sys-libs/libunwind static-libs +sys-libs/libcxxrt static-libs +sys-libs/libcxx static-libs |