diff options
author | 2004-02-09 17:08:44 +0000 | |
---|---|---|
committer | 2004-02-09 17:08:44 +0000 | |
commit | 7fd1bd4aac641cdd280fcf3bb83caaca7200ffe8 (patch) | |
tree | 0704c170e19c7265480560624c7053d1df3e3c60 /eclass | |
parent | stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-7fd1bd4aac641cdd280fcf3bb83caaca7200ffe8.tar.gz gentoo-2-7fd1bd4aac641cdd280fcf3bb83caaca7200ffe8.tar.bz2 gentoo-2-7fd1bd4aac641cdd280fcf3bb83caaca7200ffe8.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 ] |