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: Mon, 03 Nov 2008 05:52:41
Message-Id: E1KwsMh-00048q-LE@stork.gentoo.org
1 vapier 08/11/03 05:52:39
2
3 Modified: flag-o-matic.eclass
4 Log:
5 do not filter TOC related flags for ppc64
6
7 Revision Changes Path
8 1.126 eclass/flag-o-matic.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.126&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.126&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.125&r2=1.126
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.125
18 retrieving revision 1.126
19 diff -u -r1.125 -r1.126
20 --- flag-o-matic.eclass 14 Sep 2008 19:43:41 -0000 1.125
21 +++ flag-o-matic.eclass 3 Nov 2008 05:52:39 -0000 1.126
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 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.125 2008/09/14 19:43:41 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.126 2008/11/03 05:52:39 vapier Exp $
27
28 # @ECLASS: flag-o-matic.eclass
29 # @MAINTAINER:
30 @@ -51,7 +51,7 @@
31 -mflat -mno-flat -mno-faster-structs -mfaster-structs \
32 -m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \
33 -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \
34 - -msecure-plt -D*"
35 + -msecure-plt -m*-toc -D*"
36
37 # {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing
38 # NOTE: currently -Os have issues with gcc3 and K6* arch's