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: Tue, 01 Feb 2011 05:41:42
Message-Id: 20110201054130.BFD9020054@flycatcher.gentoo.org
1 dirtyepic 11/02/01 05:41:30
2
3 Modified: flag-o-matic.eclass
4 Log:
5 Add -mfloat-gprs, -mspe, and -mno-spe for bug #353008 and new flags for 4.6.
6
7 Revision Changes Path
8 1.149 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.149&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.149&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.148&r2=1.149
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.148
18 retrieving revision 1.149
19 diff -u -r1.148 -r1.149
20 --- flag-o-matic.eclass 8 May 2010 03:47:41 -0000 1.148
21 +++ flag-o-matic.eclass 1 Feb 2011 05:41:30 -0000 1.149
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.148 2010/05/08 03:47:41 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.149 2011/02/01 05:41:30 dirtyepic Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -48,7 +48,7 @@
31 -mno-popcnt -mno-abm \
32 -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 -mplt \
33 -msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \
34 - -mieee -mieee-with-inexact -mschedule \
35 + -mieee -mieee-with-inexact -mschedule -mfloat-gprs -mspe -mno-spe \
36 -mtls-direct-seg-refs -mno-tls-direct-seg-refs \
37 -mflat -mno-flat -mno-faster-structs -mfaster-structs \
38 -m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \
39 @@ -57,6 +57,9 @@
40
41 # 4.5
42 ALLOWED_FLAGS="${ALLOWED_FLAGS} -mno-fma4 -mno-movbe -mno-xop -mno-lwp"
43 + # 4.6
44 + ALLOWED_FLAGS="${ALLOWED_FLAGS} -mno-fsgsbase -mno-rdrnd -mno-f16c \
45 + -mno-bmi -mno-tbm"
46
47 # {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing
48 # NOTE: currently -Os have issues with gcc3 and K6* arch's