From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ME9bc-0004W9-ML for garchives@archives.gentoo.org; Tue, 09 Jun 2009 22:15:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3622EE037E; Tue, 9 Jun 2009 22:15:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CB80E037E for ; Tue, 9 Jun 2009 22:15:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A5B7F65798 for ; Tue, 9 Jun 2009 22:15:43 +0000 (UTC) Received: from dirtyepic by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1ME9bb-00018l-BN for gentoo-commits@lists.gentoo.org; Tue, 09 Jun 2009 22:15:43 +0000 From: "Ryan Hill (dirtyepic)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dirtyepic@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: flag-o-matic.eclass X-VCS-Directories: eclass X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ryan Hill Date: Tue, 09 Jun 2009 22:15:43 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7e36c7c3-089d-4b5e-82f1-ea0bbf77e870 X-Archives-Hash: 8294d73fb93383ba82ff9d2fb1716e26 dirtyepic 09/06/09 22:15:43 Modified: flag-o-matic.eclass Log: Update with new instruction sets. Revision Changes Path 1.139 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.139&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.139&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?r1=3D1.138&r2=3D1.139 Index: flag-o-matic.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- flag-o-matic.eclass 26 May 2009 07:18:33 -0000 1.138 +++ flag-o-matic.eclass 9 Jun 2009 22:15:43 -0000 1.139 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.138 20= 09/05/26 07:18:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.139 20= 09/06/09 22:15:43 dirtyepic Exp $ =20 # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -43,7 +43,9 @@ ALLOWED_FLAGS=3D"${ALLOWED_FLAGS} -fno-stack-protector -fno-stack-prote= ctor-all \ -fno-strict-aliasing -fno-bounds-checking -fstrict-overflow -fno-omit-= frame-pointer" ALLOWED_FLAGS=3D"${ALLOWED_FLAGS} -mregparm -mno-app-regs -mapp-regs \ - -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow \ + -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4 -mno-sse4.1= \ + -mno-sse4.2 -mno-avx -mno-aes -mno-pclmul -mno-sse4a -mno-3dnow \ + -mno-popcnt -mno-abm \ -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 \ -msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \ -mieee -mieee-with-inexact -mschedule \