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:16:51
Message-Id: 20120605021640.D89272004C@flycatcher.gentoo.org
1 dirtyepic 12/06/05 02:16:40
2
3 Modified: ChangeLog flag-o-matic.eclass
4 Log:
5 Update Intel/AMD instruction sets for 4.7.
6
7 Revision Changes Path
8 1.287 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.287&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.287&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.286&r2=1.287
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.286
18 retrieving revision 1.287
19 diff -u -r1.286 -r1.287
20 --- ChangeLog 5 Jun 2012 02:07:44 -0000 1.286
21 +++ ChangeLog 5 Jun 2012 02:16:40 -0000 1.287
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.286 2012/06/05 02:07:44 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.287 2012/06/05 02:16:40 dirtyepic Exp $
27 +
28 + 05 Jun 2012; Ryan Hill <dirtyepic@g.o> flag-o-matic.eclass:
29 + Update Intel/AMD instruction sets for 4.7.
30
31 05 Jun 2012; Ryan Hill <dirtyepic@g.o> flag-o-matic.eclass:
32 Add -mfloat-abi=* to ALLOWED_FLAGS (bug #419615 by Hector Martin).
33
34
35
36 1.175 eclass/flag-o-matic.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.175&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.175&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.174&r2=1.175
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.174
46 retrieving revision 1.175
47 diff -u -r1.174 -r1.175
48 --- flag-o-matic.eclass 5 Jun 2012 02:07:44 -0000 1.174
49 +++ flag-o-matic.eclass 5 Jun 2012 02:16:40 -0000 1.175
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.174 2012/06/05 02:07:44 dirtyepic Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.175 2012/06/05 02:16:40 dirtyepic Exp $
55
56 # @ECLASS: flag-o-matic.eclass
57 # @MAINTAINER:
58 @@ -52,6 +52,8 @@
59 ALLOWED_FLAGS+=" -mno-fma4 -mno-movbe -mno-xop -mno-lwp"
60 # 4.6
61 ALLOWED_FLAGS+=" -mno-fsgsbase -mno-rdrnd -mno-f16c -mno-bmi -mno-tbm"
62 + # 4.7
63 + ALLOWED_FLAGS+=" -mno-avx2 -mno-bmi2 -mno-fma -mno-lzcnt"
64
65 export ALLOWED_FLAGS
66 return 0