diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-20 16:24:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-20 16:24:59 +0000 |
commit | b40ed89a92ef36bef61298ed7c4173e026f3ff95 (patch) | |
tree | 75e0b5c4ed90ec548459cf5f32490d58b31dea4e /profiles/hardened | |
parent | Stable for x86, wrt bug #443532 (diff) | |
download | historical-b40ed89a92ef36bef61298ed7c4173e026f3ff95.tar.gz historical-b40ed89a92ef36bef61298ed7c4173e026f3ff95.tar.bz2 historical-b40ed89a92ef36bef61298ed7c4173e026f3ff95.zip |
Unmask SIMD flags on hardened/linux/uclibc/x86 and unmask arch USE flags for all arches
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/uclibc/arm/use.mask | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/mips/use.mask | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/x86/use.mask | 19 |
3 files changed, 31 insertions, 0 deletions
diff --git a/profiles/hardened/linux/uclibc/arm/use.mask b/profiles/hardened/linux/uclibc/arm/use.mask new file mode 100644 index 000000000000..dd8155c95a3f --- /dev/null +++ b/profiles/hardened/linux/uclibc/arm/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/arm/use.mask,v 1.1 2012/11/20 16:24:59 blueness Exp $ + +# Unmask the flag which corresponds to ARCH. +-arm diff --git a/profiles/hardened/linux/uclibc/mips/use.mask b/profiles/hardened/linux/uclibc/mips/use.mask new file mode 100644 index 000000000000..110c1bcdb1ac --- /dev/null +++ b/profiles/hardened/linux/uclibc/mips/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/mips/use.mask,v 1.1 2012/11/20 16:24:59 blueness Exp $ + +# Unmask the flag which corresponds to ARCH. +-mips diff --git a/profiles/hardened/linux/uclibc/x86/use.mask b/profiles/hardened/linux/uclibc/x86/use.mask new file mode 100644 index 000000000000..f6a170612054 --- /dev/null +++ b/profiles/hardened/linux/uclibc/x86/use.mask @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.1 2012/11/20 16:24:59 blueness Exp $ + +# Unmask the flag which corresponds to ARCH. +-x86 + +# unmask all SIMD assembler flags +-mmx +-mmxext +-sse +-sse2 +-sse3 +-sse4 +-sse4a +-sse5 +-ssse3 +-3dnow +-3dnowext |