Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Sat, 08 May 2010 03:47:52
Message-Id: 20100508034745.19EAE295BB@corvid.gentoo.org
1 dirtyepic 10/05/08 03:47:41
2
3 Modified: flag-o-matic.eclass
4 Log:
5 Add 4.5 -mno-* flags to exception list.
6
7 Revision Changes Path
8 1.148 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.148&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.148&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.147&r2=1.148
13
14 Index: flag-o-matic.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
17 retrieving revision 1.147
18 retrieving revision 1.148
19 diff -u -r1.147 -r1.148
20 --- flag-o-matic.eclass 2 Apr 2010 02:50:29 -0000 1.147
21 +++ flag-o-matic.eclass 8 May 2010 03:47:41 -0000 1.148
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.147 2010/04/02 02:50:29 abcd Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.148 2010/05/08 03:47:41 dirtyepic Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -55,6 +55,9 @@
31 -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \
32 -msecure-plt -m*-toc -D* -U*"
33
34 + # 4.5
35 + ALLOWED_FLAGS="${ALLOWED_FLAGS} -mno-fma4 -mno-movbe -mno-xop -mno-lwp"
36 +
37 # {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing
38 # NOTE: currently -Os have issues with gcc3 and K6* arch's
39 export UNSTABLE_FLAGS="-Os -O3 -freorder-blocks"