From c978dbb8b5b4b58037d0cb5ec0bed9ae6a97c03a Mon Sep 17 00:00:00 2001 From: Pieter van den Abeele Date: Thu, 6 May 2004 23:06:17 +0000 Subject: [PATCH] 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 --- modules/targets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } -- 2.26.2