diff options
author | Tom Gall <tgall@gentoo.org> | 2008-02-05 18:09:58 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2008-02-05 18:09:58 +0000 |
commit | 43b752307b194f8d322f938a8d1b351ed8ddd821 (patch) | |
tree | 2ef9e75ad8070808c9083135585ab37c91c6e5a7 /eclass | |
parent | version bump, bug #208883 (diff) | |
download | historical-43b752307b194f8d322f938a8d1b351ed8ddd821.tar.gz historical-43b752307b194f8d322f938a8d1b351ed8ddd821.tar.bz2 historical-43b752307b194f8d322f938a8d1b351ed8ddd821.zip |
remove use of make profiledbootstrap by ppc64
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
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} |