diff options
Diffstat (limited to 'profiles/default-linux/x86')
-rw-r--r-- | profiles/default-linux/x86/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/use.mask | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/default-linux/x86/ChangeLog b/profiles/default-linux/x86/ChangeLog index f0b678bc8f8c..4a95cc798497 100644 --- a/profiles/default-linux/x86/ChangeLog +++ b/profiles/default-linux/x86/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.2 2006/06/27 19:14:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/ChangeLog,v 1.3 2006/06/27 19:19:25 wolf31o2 Exp $ + + 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> use.mask: + Removed mmx2 from unmask since it is not valid. This removes x86 from bug + #138232. 27 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> use.mask: Added ibm to use.mask since it is only used for IBM support on PPC64. diff --git a/profiles/default-linux/x86/use.mask b/profiles/default-linux/x86/use.mask index 42de592f7b5e..6eae5932c694 100644 --- a/profiles/default-linux/x86/use.mask +++ b/profiles/default-linux/x86/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/x86/use.mask,v 1.19 2006/06/27 19:14:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.20 2006/06/27 19:19:25 wolf31o2 Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -8,7 +8,6 @@ # Unmask x86 instruction sets -mmx --mmx2 -mmxext -sse -sse2 |