diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-03 21:21:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-03 21:21:55 +0000 |
commit | fc4e24b144211fa96df5a3f2c8a055b0727692e5 (patch) | |
tree | 1faf74051edb2ef8bcec8971ebb6288ae87cf99b /profiles | |
parent | Fix compilation on PowerPC/Darwin, bug #450512 (diff) | |
download | historical-fc4e24b144211fa96df5a3f2c8a055b0727692e5.tar.gz historical-fc4e24b144211fa96df5a3f2c8a055b0727692e5.tar.bz2 historical-fc4e24b144211fa96df5a3f2c8a055b0727692e5.zip |
Mask libcxxrt[libunwind]
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index a4cb5044a127..87168037afcb 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.557 2013/06/25 17:13:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.558 2013/07/03 21:21:55 aballier Exp $ + + 03 Jul 2013; Alexis Ballier <aballier@gentoo.org> package.use.mask: + Mask libcxxrt[libunwind] 25 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> package.use.mask: diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 33504d24f5ae..12f08bd74b3e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,11 +1,18 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.484 2013/06/25 17:13:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.485 2013/07/03 21:21:55 aballier Exp $ # This file requires >=portage-2.1.1 # New entries go on top. # +# Alexis Ballier <aballier@gentoo.org> (03 Jul 2013) +# The idea behind using libunwind there is to avoid needing to link to libgcc_s +# and have a C++ stack without gcc with libcxx. +# However, in any case, clang links its binaries to libgcc_s, hence at the +# moment there is not much point in enabling this. +sys-libs/libcxxrt libunwind + # Michael Weber <xmw@gentoo.org> (19 Jun 2013) # Not fit for production =www-client/netsurf-3.0 fbcon pdf-writer gstreamer |