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: ChangeLog flag-o-matic.eclass
Date: Sat, 02 Nov 2013 03:20:43
Message-Id: 20131102032037.AE22A20035@flycatcher.gentoo.org
1 dirtyepic 13/11/02 03:20:37
2
3 Modified: ChangeLog flag-o-matic.eclass
4 Log:
5 Add -fno-builtin* to ALLOWED_FLAGS - requested by Justin Vrooman.
6
7 Revision Changes Path
8 1.1043 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1043&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1043&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1042&r2=1.1043
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1042
18 retrieving revision 1.1043
19 diff -u -r1.1042 -r1.1043
20 --- ChangeLog 2 Nov 2013 03:17:58 -0000 1.1042
21 +++ ChangeLog 2 Nov 2013 03:20:37 -0000 1.1043
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1042 2013/11/02 03:17:58 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1043 2013/11/02 03:20:37 dirtyepic Exp $
27 +
28 + 02 Nov 2013; Ryan Hill <dirtyepic@g.o> flag-o-matic.eclass:
29 + Add -fno-builtin* to ALLOWED_FLAGS - requested by Justin Vrooman.
30
31 02 Nov 2013; Ryan Hill <dirtyepic@g.o> tests/flag-o-matic.sh:
32 Account for leading whitespace in append-cflags tests.
33
34
35
36 1.192 eclass/flag-o-matic.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.192&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.192&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.191&r2=1.192
41
42 Index: flag-o-matic.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
45 retrieving revision 1.191
46 retrieving revision 1.192
47 diff -u -r1.191 -r1.192
48 --- flag-o-matic.eclass 27 Oct 2013 07:21:05 -0000 1.191
49 +++ flag-o-matic.eclass 2 Nov 2013 03:20:37 -0000 1.192
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.191 2013/10/27 07:21:05 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.192 2013/11/02 03:20:37 dirtyepic Exp $
55
56 # @ECLASS: flag-o-matic.eclass
57 # @MAINTAINER:
58 @@ -35,7 +35,7 @@
59 # allow a bunch of flags that negate features / control ABI
60 ALLOWED_FLAGS+=" -fno-stack-protector -fno-stack-protector-all \
61 -fno-strict-aliasing -fno-bounds-checking -fstrict-overflow \
62 - -fno-omit-frame-pointer"
63 + -fno-omit-frame-pointer -fno-builtin*"
64 ALLOWED_FLAGS+=" -mregparm -mno-app-regs -mapp-regs -mno-mmx -mno-sse \
65 -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4 -mno-sse4.1 -mno-sse4.2 \
66 -mno-avx -mno-aes -mno-pclmul -mno-sse4a -mno-3dnow -mno-popcnt \