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: toolchain.eclass
Date: Sun, 01 Aug 2010 03:02:15
Message-Id: 20100801030036.ECCA32CF37@corvid.gentoo.org
1 dirtyepic 10/08/01 03:00:36
2
3 Modified: toolchain.eclass
4 Log:
5 Stop setting STAGE1_CFLAGS in most cases. Fixes bug #283041, bug #326539, and maybe bug #265113.
6
7 Revision Changes Path
8 1.437 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.437&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.437&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.436&r2=1.437
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.436
18 retrieving revision 1.437
19 diff -u -r1.436 -r1.437
20 --- toolchain.eclass 22 Jul 2010 01:26:33 -0000 1.436
21 +++ toolchain.eclass 1 Aug 2010 03:00:36 -0000 1.437
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/toolchain.eclass,v 1.436 2010/07/22 01:26:33 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.437 2010/08/01 03:00:36 dirtyepic Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1488,8 +1488,6 @@
31 elif [[ $(gcc-version) == "3.4" && ${GCC_BRANCH_VER} == "3.4" ]] && gcc-specs-ssp ; then
32 # See bug #79852
33 STAGE1_CFLAGS=${STAGE1_CFLAGS-"-O2"}
34 - else
35 - STAGE1_CFLAGS=${STAGE1_CFLAGS-"-O"}
36 fi
37
38 if is_crosscompile; then