From: Pieter van den Abeele Date: Thu, 6 May 2004 23:06:17 +0000 (+0000) Subject: Using a ppc64 machine to build ppc32 binaries works just fine. X-Git-Tag: CATALYST_2_0_6_916~1010 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c978dbb8b5b4b58037d0cb5ec0bed9ae6a97c03a;p=catalyst.git Using a ppc64 machine to build ppc32 binaries works just fine. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@363 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/targets.py b/modules/targets.py index 9faa7145..1a9dec42 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -1,6 +1,6 @@ # Distributed under the GNU General Public License version 2 # Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/targets.py,v 1.101 2004/04/13 20:04:32 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/Attic/targets.py,v 1.102 2004/05/06 23:06:17 pvdabeel Exp $ import os,string,imp,types,shutil from catalyst_support import * @@ -32,7 +32,7 @@ class generic_stage_target(generic_target): "sparc" : ["sparc"], "s390" : ["s390"], "ppc" : ["ppc"], - "ppc64" : ["ppc64"], + "ppc64" : ["ppc","ppc64"], "hppa" : ["hppa"], "mips" : ["mips"] }