diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-12 21:19:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-12 21:19:11 +0000 |
commit | 8be21c8ca968e2570856b41512ee715ffaced171 (patch) | |
tree | c9b4b1ef2457096ae66381e7f1137be46c8bce89 /profiles | |
parent | Marked ~ppc for bug #105561. (diff) | |
download | gentoo-2-8be21c8ca968e2570856b41512ee715ffaced171.tar.gz gentoo-2-8be21c8ca968e2570856b41512ee715ffaced171.tar.bz2 gentoo-2-8be21c8ca968e2570856b41512ee715ffaced171.zip |
Added use.mask and virtuals from x86 profile.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/use.mask | 19 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/virtuals | 10 |
2 files changed, 29 insertions, 0 deletions
diff --git a/profiles/default-linux/x86/dev/use.mask b/profiles/default-linux/x86/dev/use.mask new file mode 100644 index 000000000000..595d39aa2a61 --- /dev/null +++ b/profiles/default-linux/x86/dev/use.mask @@ -0,0 +1,19 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/use.mask,v 1.1 2005/09/12 21:19:11 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 +# profile have a USE flag associated with (such as altivec, mmx, etc). + +# Unmask x86 instruction sets +-mmx +-mmx2 +-mmxext +-sse +-sse2 +-3dnow +-3dnowext +-win32codecs +-divx4linux +-kqemu diff --git a/profiles/default-linux/x86/dev/virtuals b/profiles/default-linux/x86/dev/virtuals new file mode 100644 index 000000000000..96f8de8b34aa --- /dev/null +++ b/profiles/default-linux/x86/dev/virtuals @@ -0,0 +1,10 @@ +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/virtuals,v 1.1 2005/09/12 21:19:11 wolf31o2 Exp $ + +# This file is used to either override or extend the parent profile's +# virtuals mappings. In this case, this is for ARCHITECTURE SPECIFIC +# mappings + +virtual/bootloader sys-boot/grub +virtual/linux-sources sys-kernel/gentoo-sources |