diff options
author | 2004-02-09 17:08:44 +0000 | |
---|---|---|
committer | 2004-02-09 17:08:44 +0000 | |
commit | adffffc891a57e45ba43bde18586dcdafc7b6be5 (patch) | |
tree | 2097b68c6929af2860c172595c17d131cc43f56d /eclass | |
parent | stable on sparc (diff) | |
download | historical-adffffc891a57e45ba43bde18586dcdafc7b6be5.tar.gz historical-adffffc891a57e45ba43bde18586dcdafc7b6be5.tar.bz2 historical-adffffc891a57e45ba43bde18586dcdafc7b6be5.zip |
ppc64
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 74461d284c4d..28c829ff6ef6 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.77 2004/01/29 08:38:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.78 2004/02/09 17:08:44 brad_mssw Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -424,7 +424,7 @@ get_number_of_jobs() { jobs=2 fi - elif [ "${ARCH}" = "ppc" ] + elif [ "${ARCH}" = "ppc" -o "${ARCH}" = "ppc64" ] then # ppc has "processor", but only when compiled with SMP if [ "`grep -c "^processor" /proc/cpuinfo`" -eq 1 ] |