diff options
author | 2005-01-08 20:47:35 +0000 | |
---|---|---|
committer | 2005-01-08 20:47:35 +0000 | |
commit | 14ebb284e07f9974c5b750346ab60d34a26e7361 (patch) | |
tree | 5ded15613a3e55ea10593f974c7d734a46c5bc33 /profiles/default-linux/x86 | |
parent | Added patch from Debian that should fix amd64 problems. This may affect othe... (diff) | |
download | gentoo-2-14ebb284e07f9974c5b750346ab60d34a26e7361.tar.gz gentoo-2-14ebb284e07f9974c5b750346ab60d34a26e7361.tar.bz2 gentoo-2-14ebb284e07f9974c5b750346ab60d34a26e7361.zip |
Added emul-linux-x86 use flag. Cleaned up some arch-specific cascading things.
Diffstat (limited to 'profiles/default-linux/x86')
-rw-r--r-- | profiles/default-linux/x86/use.mask | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/profiles/default-linux/x86/use.mask b/profiles/default-linux/x86/use.mask index 94fcb4c75770..c63b1fab1704 100644 --- a/profiles/default-linux/x86/use.mask +++ b/profiles/default-linux/x86/use.mask @@ -1,11 +1,15 @@ # 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.3 2004/09/01 17:01:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.4 2005/01/08 20:47:34 eradicator 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 # profile have a USE flag associated with (such as altivec, mmx, etc). -uclibc -altivec -ultra1 +# Unmask x86 instruction sets +-mmx +-mmx2 +-sse +-sse2 +-3dnow +-3dnowex |