diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:20:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-27 19:20:21 +0000 |
commit | 019d28b7bcf6b6a198f679fb46238ead678d1915 (patch) | |
tree | 99a743656a9e3e7c2e5e0d282cebedb0a875b578 /profiles | |
parent | Removed mmx2 from unmask since it is not valid. This removes x86 from bug #1... (diff) | |
download | gentoo-2-019d28b7bcf6b6a198f679fb46238ead678d1915.tar.gz gentoo-2-019d28b7bcf6b6a198f679fb46238ead678d1915.tar.bz2 gentoo-2-019d28b7bcf6b6a198f679fb46238ead678d1915.zip |
Removed mmx2 from mask since it is not valid.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/use.mask | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/use.mask b/profiles/default-linux/use.mask index a8371ec877f2..8590e060b655 100644 --- a/profiles/default-linux/use.mask +++ b/profiles/default-linux/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/use.mask,v 1.19 2006/04/19 21:46:19 rocket Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/use.mask,v 1.20 2006/06/27 19:20:21 wolf31o2 Exp $ # This file masks out USE flags that are simply NOT allowed in the default # profile for any architecture. This works, for example, if a non-default @@ -25,7 +25,7 @@ kqemu # x86/amd64 only: mmx -mmx2 +mmxext sse sse2 3dnow |