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 | 80cbbbe5ee06bd596b5ab6ff4273468f7a877ae3 (patch) | |
tree | 8b4a37c7c4d0cf1e290fdd7ab396ad70f28b60ec /profiles | |
parent | Stable for amd64, wrt bug #443532 (diff) | |
download | gentoo-2-80cbbbe5ee06bd596b5ab6ff4273468f7a877ae3.tar.gz gentoo-2-80cbbbe5ee06bd596b5ab6ff4273468f7a877ae3.tar.bz2 gentoo-2-80cbbbe5ee06bd596b5ab6ff4273468f7a877ae3.zip |
Unmask SIMD flags on hardened/linux/uclibc/x86 and unmask arch USE flags for all arches
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 8 | ||||
-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 |
4 files changed, 38 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 94bed57a1d1b..d2017242ff15 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,12 +1,18 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7165 2012/11/20 16:15:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7166 2012/11/20 16:24:58 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! 20 Nov 2012; Anthony G. Basile <blueness@gentoo.org> + +hardened/linux/uclibc/arm/use.mask, +hardened/linux/uclibc/mips/use.mask, + +hardened/linux/uclibc/x86/use.mask: + Unmask SIMD flags on hardened/linux/uclibc/x86 and unmask arch USE flags for + all arches + + 20 Nov 2012; Anthony G. Basile <blueness@gentoo.org> +hardened/linux/uclibc/amd64/use.mask: Unmask SIMD flags on hardened/linux/uclibc/amd64 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 |