diff options
author | 2007-12-20 09:53:01 +0000 | |
---|---|---|
committer | 2007-12-20 09:53:01 +0000 | |
commit | c48760504e061657e8c96444e6f022c847ca44b8 (patch) | |
tree | d1f09963a49e37353645690c467b645d3e09acd6 /profiles | |
parent | whitespace (diff) | |
download | gentoo-2-c48760504e061657e8c96444e6f022c847ca44b8.tar.gz gentoo-2-c48760504e061657e8c96444e6f022c847ca44b8.tar.bz2 gentoo-2-c48760504e061657e8c96444e6f022c847ca44b8.zip |
unmask USE=multitarget now that stable binutils (2.18-r1) is fixed
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-linux/amd64/use.mask | 6 | ||||
-rw-r--r-- | profiles/hardened/amd64/use.mask | 5 | ||||
-rw-r--r-- | profiles/selinux/amd64/use.mask | 3 |
4 files changed, 8 insertions, 12 deletions
diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index ebf2f6edfb7f..d4ce061db7be 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.123 2007/11/28 23:38:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.124 2007/12/20 09:53:00 vapier Exp $ + + 20 Dec 2007; Mike Frysinger <vapier@gentoo.org> use.mask: + Stable binutils (2.18-r1) has fixed support for multitarget, so building + gcc and glibc is OK now. 28 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> use.mask: Unmasking cdf, since it does work on amd64 diff --git a/profiles/default-linux/amd64/use.mask b/profiles/default-linux/amd64/use.mask index 80b6969d6216..08757c8e1ec6 100644 --- a/profiles/default-linux/amd64/use.mask +++ b/profiles/default-linux/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/use.mask,v 1.67 2007/12/05 00:30:20 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/use.mask,v 1.68 2007/12/20 09:53:00 vapier Exp $ # SECTION: Unmask @@ -77,10 +77,6 @@ alsa_cards_cs5535audio # doomsday ebuild is not available on this architecture doomsday -# This breaks a multilib setup. Ranlib seems to crap itself. -# http://sourceware.org/ml/binutils/2007-09/msg00137.html -multitarget - # 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org> # Profile cleanup: No info about these asm diff --git a/profiles/hardened/amd64/use.mask b/profiles/hardened/amd64/use.mask index d7d6314e4776..92ef2d2f9ec1 100644 --- a/profiles/hardened/amd64/use.mask +++ b/profiles/hardened/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.28 2007/11/28 23:41:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.29 2007/12/20 09:53:00 vapier Exp $ multilib @@ -91,9 +91,6 @@ pvm # NOT NECESSARY - SECTION -# gcc doesn't build if we have a multitarget binutils -multitarget - # Unmask emul-linux-x86 -emul-linux-x86 diff --git a/profiles/selinux/amd64/use.mask b/profiles/selinux/amd64/use.mask index a26dd3f43843..d66b5b1d1ef6 100644 --- a/profiles/selinux/amd64/use.mask +++ b/profiles/selinux/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/use.mask,v 1.11 2007/11/28 23:41:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/use.mask,v 1.12 2007/12/20 09:53:01 vapier Exp $ # SECTION: Unmask @@ -52,7 +52,6 @@ doomsday afs asm drac -multitarget vidix # 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org> |