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 1LqA7w-0005rM-9f for garchives@archives.gentoo.org; Sat, 04 Apr 2009 17:57:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C956E07EF; Sat, 4 Apr 2009 17:57:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4F039E07EF for ; Sat, 4 Apr 2009 17:57:55 +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 EDC5165153 for ; Sat, 4 Apr 2009 17:57:54 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LqA7u-0008VW-A8 for gentoo-commits@lists.gentoo.org; Sat, 04 Apr 2009 17:57:54 +0000 From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Fabian Groffen Date: Sat, 04 Apr 2009 17:57:54 +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: 9fa55e2a-854b-458c-9e79-6ed2df6477d2 X-Archives-Hash: 91ab138f16c0701dafa0ded2ac92db9f grobian 09/04/04 17:57:54 Modified: flag-o-matic.eclass Log: backport fix for x86-macos in filter-flags from Prefix Revision Changes Path 1.133 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.133&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.133&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?r1=3D1.132&r2=3D1.133 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.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- flag-o-matic.eclass 21 Jan 2009 00:42:20 -0000 1.132 +++ flag-o-matic.eclass 4 Apr 2009 17:57:54 -0000 1.133 @@ -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.132 20= 09/01/21 00:42:20 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.133 20= 09/04/04 17:57:54 grobian Exp $ =20 # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -52,6 +52,12 @@ -m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \ -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \ -msecure-plt -m*-toc -D* -U*" +=09 + # killing these two on OSX/Intel will disable SSE, resulting in failing + # compilations, as the headers expect SSE to be enabled (Apple knows wh= at + # hardware they run on afterall, don't they?) + [[ ${CHOST} =3D=3D i?86-apple-darwin* ]] \ + && ALLOWED_FLAGS=3D"${ALLOWED_FLAGS} -march=3Dprescott -march=3Dnocona= " =20 # {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing # NOTE: currently -Os have issues with gcc3 and K6* arch's