summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-07-06 00:02:57 +0000
committerGordon Malm <gengor@gentoo.org>2009-07-06 00:02:57 +0000
commit04b9b17acdd22b1cfef814c42948cf1ef3c7fe0c (patch)
tree13167bed890fa2714c4d8feb89b2fc72e7a7100e /profiles/hardened
parentFixup just for the .a first of all. (diff)
downloadhistorical-04b9b17acdd22b1cfef814c42948cf1ef3c7fe0c.tar.gz
historical-04b9b17acdd22b1cfef814c42948cf1ef3c7fe0c.tar.bz2
historical-04b9b17acdd22b1cfef814c42948cf1ef3c7fe0c.zip
Adjust SIMD flag maskings in older hardened profiles use.mask
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/amd64/use.mask12
-rw-r--r--profiles/hardened/x86/use.mask13
2 files changed, 16 insertions, 9 deletions
diff --git a/profiles/hardened/amd64/use.mask b/profiles/hardened/amd64/use.mask
index 560402b4a5b5..cea725818c44 100644
--- a/profiles/hardened/amd64/use.mask
+++ b/profiles/hardened/amd64/use.mask
@@ -1,16 +1,18 @@
-# Copyright 2006 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.31 2009/04/23 18:20:42 gengor Exp $
+# Copyright 2006-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.32 2009/07/06 00:02:56 gengor Exp $
multilib
# SIMD
--mmx
--mmxext
-3dnow
-3dnowext
+-mmx
+-mmxext
-sse
-sse2
+-sse3
+-ssse3
# UNKNOWN - SECTION
afs
diff --git a/profiles/hardened/x86/use.mask b/profiles/hardened/x86/use.mask
index cdc9abd95e96..1c378b95ca54 100644
--- a/profiles/hardened/x86/use.mask
+++ b/profiles/hardened/x86/use.mask
@@ -1,15 +1,20 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/use.mask,v 1.32 2009/03/24 17:26:37 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/use.mask,v 1.33 2009/07/06 00:02:57 gengor Exp $
+# SIMD
-3dnow
-3dnowext
--kqemu
-mmx
-mmxext
--nvram
-sse
-sse2
+-sse3
+-ssse3
+
+# arch/other
+-kqemu
+-nvram
-svga
# Copied from default-linux/x86 2006-04-02; bug #128490