Gentoo Archives: gentoo-commits

From: "Thomas Alan Gall (tgall)" <tgall@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass
Date: Tue, 05 Feb 2008 18:11:01
Message-Id: E1JMSF5-0006PO-Bx@stork.gentoo.org
1 tgall 08/02/05 18:09:59
2
3 Modified: toolchain.eclass
4 Log:
5 remove use of make profiledbootstrap by ppc64
6
7 Revision Changes Path
8 1.345 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.345&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.345&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?r1=1.344&r2=1.345
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.344
18 retrieving revision 1.345
19 diff -u -r1.344 -r1.345
20 --- toolchain.eclass 1 Dec 2007 18:33:18 -0000 1.344
21 +++ toolchain.eclass 5 Feb 2008 18:09:58 -0000 1.345
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 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.344 2007/12/01 18:33:18 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.345 2008/02/05 18:09:58 tgall Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1375,7 +1375,7 @@
31 # 3 stage bootstrapping doesnt quite work when you cant run the
32 # resulting binaries natively ^^;
33 GCC_MAKE_TARGET=${GCC_MAKE_TARGET-all}
34 - elif [[ $(tc-arch) == "x86" || $(tc-arch) == "amd64" || $(tc-arch) == "ppc64" ]] \
35 + elif [[ $(tc-arch) == "x86" || $(tc-arch) == "amd64" ]] \
36 && [[ ${GCCMAJOR}.${GCCMINOR} > 3.3 ]]
37 then
38 GCC_MAKE_TARGET=${GCC_MAKE_TARGET-profiledbootstrap}
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list