diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-31 15:59:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-31 15:59:45 +0000 |
commit | d7076f0d31910a1e29eba7b349fe16f1c307c49b (patch) | |
tree | 8ea26131b2612c7c351d9c4b08be33dca94b588c /profiles/default/bsd | |
parent | Force static libs on the C++ stack so that static linking has a chance to work (diff) | |
download | gentoo-2-d7076f0d31910a1e29eba7b349fe16f1c307c49b.tar.gz gentoo-2-d7076f0d31910a1e29eba7b349fe16f1c307c49b.tar.bz2 gentoo-2-d7076f0d31910a1e29eba7b349fe16f1c307c49b.zip |
Force building libc++ over libcxxrt
Diffstat (limited to 'profiles/default/bsd')
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog b/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog index 0641d3153ec2..64c14ecfea9b 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.2 2013/05/31 15:58:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.3 2013/05/31 15:59:45 aballier Exp $ + + 31 May 2013; Alexis Ballier <aballier@gentoo.org> package.use.force: + Force building libc++ over libcxxrt 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 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 e56bfefb4e40..5b3804f104a9 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,6 +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 $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v 1.2 2013/05/31 15:59:45 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. |