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: Tue, 05 Jun 2012 02:07:54
Message-Id: 20120605020744.DED162004C@flycatcher.gentoo.org
1 dirtyepic 12/06/05 02:07:44
2
3 Modified: ChangeLog flag-o-matic.eclass
4 Log:
5 Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin).
6
7 Revision Changes Path
8 1.286 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.286&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.286&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.285&r2=1.286
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.285
18 retrieving revision 1.286
19 diff -u -r1.285 -r1.286
20 --- ChangeLog 4 Jun 2012 08:27:42 -0000 1.285
21 +++ ChangeLog 5 Jun 2012 02:07:44 -0000 1.286
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.285 2012/06/04 08:27:42 sera Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.286 2012/06/05 02:07:44 dirtyepic Exp $
27 +
28 + 05 Jun 2012; Ryan Hill <dirtyepic@g.o> flag-o-matic.eclass:
29 + Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin).
30
31 04 Jun 2012; Ralph Sennhauser <sera@g.o> java-pkg-2.eclass:
32 No longer call java-pkg_ensure-test in java-pkg-2_pkg_setup as this is
33
34
35
36 1.174 eclass/flag-o-matic.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.174&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.174&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.173&r2=1.174
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.173
46 retrieving revision 1.174
47 diff -u -r1.173 -r1.174
48 --- flag-o-matic.eclass 31 May 2012 00:29:06 -0000 1.173
49 +++ flag-o-matic.eclass 5 Jun 2012 02:07:44 -0000 1.174
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 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.173 2012/05/31 00:29:06 vapier Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.174 2012/06/05 02:07:44 dirtyepic Exp $
55
56 # @ECLASS: flag-o-matic.eclass
57 # @MAINTAINER:
58 @@ -45,7 +45,8 @@
59 -mtls-direct-seg-refs -mno-tls-direct-seg-refs -mflat -mno-flat \
60 -mno-faster-structs -mfaster-structs -m32 -m64 -mx32 -mabi \
61 -mlittle-endian -mbig-endian -EL -EB -fPIC -mlive-g0 -mcmodel \
62 - -mstack-bias -mno-stack-bias -msecure-plt -m*-toc -D* -U*"
63 + -mstack-bias -mno-stack-bias -msecure-plt -m*-toc -mfloat-abi=* \
64 + -D* -U*"
65
66 # 4.5
67 ALLOWED_FLAGS+=" -mno-fma4 -mno-movbe -mno-xop -mno-lwp"