Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass
Date: Sat, 01 Nov 2014 03:45:59
Message-Id: 20141101034553.7651792F3@oystercatcher.gentoo.org
1 vapier 14/11/01 03:45:53
2
3 Modified: flag-o-matic.eclass
4 Log:
5 add -nopie to the allow flag list #527214
6
7 Revision Changes Path
8 1.203 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.203&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.203&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.202&r2=1.203
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.202
18 retrieving revision 1.203
19 diff -u -r1.202 -r1.203
20 --- flag-o-matic.eclass 11 Aug 2014 00:36:05 -0000 1.202
21 +++ flag-o-matic.eclass 1 Nov 2014 03:45:53 -0000 1.203
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 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.202 2014/08/11 00:36:05 kumba Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.203 2014/11/01 03:45:53 vapier Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -27,7 +27,7 @@
31 ALLOWED_FLAGS+=" -O -O1 -O2 -Os -Og -mcpu -march -mtune"
32 ALLOWED_FLAGS+=" -fstack-protector*"
33 ALLOWED_FLAGS+=" -fbounds-checking -fno-strict-overflow"
34 - ALLOWED_FLAGS+=" -fno-PIE -fno-pie -fno-unit-at-a-time"
35 + ALLOWED_FLAGS+=" -fno-PIE -fno-pie -nopie -fno-unit-at-a-time"
36 ALLOWED_FLAGS+=" -g -g[0-9] -ggdb -ggdb[0-9] -gdwarf-* gstabs -gstabs+"
37 ALLOWED_FLAGS+=" -fno-ident -fpermissive -frecord-gcc-switches"
38 ALLOWED_FLAGS+=" -fdiagnostics*"