diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-08 20:47:35 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-08 20:47:35 +0000 |
commit | 14ebb284e07f9974c5b750346ab60d34a26e7361 (patch) | |
tree | 5ded15613a3e55ea10593f974c7d734a46c5bc33 /profiles/default-linux/use.mask | |
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/use.mask')
-rw-r--r-- | profiles/default-linux/use.mask | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/profiles/default-linux/use.mask b/profiles/default-linux/use.mask index 1ae3549ac04c..25992b3955fc 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.5 2004/11/25 03:12:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/use.mask,v 1.6 2005/01/08 20:47:34 eradicator 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 @@ -9,5 +9,28 @@ selinux uclibc + # aqua USE flag is only valid on Mac OS X aqua + +# amd64 only: +emul-linux-x86 + +# sparc only: +ultra1 + +# x86/amd64 only: +mmx +mmx2 +sse +sse2 +3dnow +3dnowex + +# ppc only: +altivec + +# mips only: +n32 +n64 +cobalt |