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: Fri, 25 Feb 2011 10:51:59
Message-Id: 20110225105144.8DEF320054@flycatcher.gentoo.org
1 dirtyepic 11/02/25 10:51:44
2
3 Modified: flag-o-matic.eclass
4 Log:
5 Allow -fpermissive.
6
7 Revision Changes Path
8 1.150 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.150&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.150&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.149&r2=1.150
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.149
18 retrieving revision 1.150
19 diff -u -r1.149 -r1.150
20 --- flag-o-matic.eclass 1 Feb 2011 05:41:30 -0000 1.149
21 +++ flag-o-matic.eclass 25 Feb 2011 10:51:44 -0000 1.150
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.149 2011/02/01 05:41:30 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.150 2011/02/25 10:51:44 dirtyepic Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -36,7 +36,7 @@
31 export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fbounds-checking -fno-strict-overflow"
32 export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-PIE -fno-pie -fno-unit-at-a-time"
33 export ALLOWED_FLAGS="${ALLOWED_FLAGS} -g -g[0-9] -ggdb -ggdb[0-9] -gstabs -gstabs+"
34 - export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident"
35 + export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident -fpermissive"
36 export ALLOWED_FLAGS="${ALLOWED_FLAGS} -W* -w"
37 fi
38 # allow a bunch of flags that negate features / control ABI