* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/x86: use.mask
@ 2012-11-20 16:24 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-20 16:24 UTC (permalink / raw
To: gentoo-commits
blueness 12/11/20 16:24:59
Added: use.mask
Log:
Unmask SIMD flags on hardened/linux/uclibc/x86 and unmask arch USE flags for all arches
Revision Changes Path
1.1 profiles/hardened/linux/uclibc/x86/use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.1&content-type=text/plain
Index: use.mask
===================================================================
# 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/x86: use.mask
@ 2013-02-07 3:25 Matt Turner (mattst88)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2013-02-07 3:25 UTC (permalink / raw
To: gentoo-commits
mattst88 13/02/07 03:25:26
Modified: use.mask
Log:
Drop sse5 USE flag.
Revision Changes Path
1.2 profiles/hardened/linux/uclibc/x86/use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?r1=1.1&r2=1.2
Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.mask 20 Nov 2012 16:24:59 -0000 1.1
+++ use.mask 7 Feb 2013 03:25:26 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 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 $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.2 2013/02/07 03:25:26 mattst88 Exp $
# Unmask the flag which corresponds to ARCH.
-x86
@@ -13,7 +13,6 @@
-sse3
-sse4
-sse4a
--sse5
-ssse3
-3dnow
-3dnowext
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/x86: use.mask
@ 2013-05-28 15:18 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-05-28 15:18 UTC (permalink / raw
To: gentoo-commits
blueness 13/05/28 15:18:43
Modified: use.mask
Log:
Unmask video_cards_geode on hardened/linux/uclibc/x86, bug #458354
Revision Changes Path
1.3 profiles/hardened/linux/uclibc/x86/use.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask?r1=1.2&r2=1.3
Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- use.mask 7 Feb 2013 03:25:26 -0000 1.2
+++ use.mask 28 May 2013 15:18:43 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.2 2013/02/07 03:25:26 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/x86/use.mask,v 1.3 2013/05/28 15:18:43 blueness Exp $
# Unmask the flag which corresponds to ARCH.
-x86
@@ -16,3 +16,6 @@
-ssse3
-3dnow
-3dnowext
+
+# Masked on all profiles but x86, bug #458354
+-video_cards_geode
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-28 15:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 16:24 [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/x86: use.mask Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2013-02-07 3:25 Matt Turner (mattst88)
2013-05-28 15:18 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox