From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 15A801381F3 for ; Tue, 20 Nov 2012 16:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9418121C08B; Tue, 20 Nov 2012 16:25:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FE2921C08B for ; Tue, 20 Nov 2012 16:25:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2614C33D825 for ; Tue, 20 Nov 2012 16:25:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 6DE0321505; Tue, 20 Nov 2012 16:24:59 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/uclibc/x86: use.mask X-VCS-Repository: gentoo-x86 X-VCS-Files: use.mask X-VCS-Directories: profiles/hardened/linux/uclibc/x86 X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121120162459.6DE0321505@flycatcher.gentoo.org> Date: Tue, 20 Nov 2012 16:24:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7753d289-7d63-4e08-b425-0b5c57af3f9a X-Archives-Hash: ad878d7928542d877691b06db7c2d69f 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