summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2008-02-05 18:09:58 +0000
committerTom Gall <tgall@gentoo.org>2008-02-05 18:09:58 +0000
commit3a67ee07c692e71bd2c29f45a0f670abdc04eeb0 (patch)
treed8d4cf983ecb269a1dfb7514fe4ab5b2771c98ac /eclass
parentversion bump, bug #208883 (diff)
downloadgentoo-2-3a67ee07c692e71bd2c29f45a0f670abdc04eeb0.tar.gz
gentoo-2-3a67ee07c692e71bd2c29f45a0f670abdc04eeb0.tar.bz2
gentoo-2-3a67ee07c692e71bd2c29f45a0f670abdc04eeb0.zip
remove use of make profiledbootstrap by ppc64
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 82a81b05f381..2a36ae34cdab 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.344 2007/12/01 18:33:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.345 2008/02/05 18:09:58 tgall Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1375,7 +1375,7 @@ gcc_do_make() {
# 3 stage bootstrapping doesnt quite work when you cant run the
# resulting binaries natively ^^;
GCC_MAKE_TARGET=${GCC_MAKE_TARGET-all}
- elif [[ $(tc-arch) == "x86" || $(tc-arch) == "amd64" || $(tc-arch) == "ppc64" ]] \
+ elif [[ $(tc-arch) == "x86" || $(tc-arch) == "amd64" ]] \
&& [[ ${GCCMAJOR}.${GCCMINOR} > 3.3 ]]
then
GCC_MAKE_TARGET=${GCC_MAKE_TARGET-profiledbootstrap}