From: Brad House Date: Mon, 9 Feb 2004 04:31:14 +0000 (+0000) Subject: ppc64 target update X-Git-Tag: CATALYST_1_0_1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bea7f4ee68c6bc8d53b775cbc440816cf94dd759;p=catalyst.git ppc64 target update git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@206 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/targets.py b/modules/targets.py index 464d736d..c99f9e8d 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -30,6 +30,7 @@ class generic_stage_target(generic_target): "alpha" : ["alpha"], "sparc" : ["sparc"], "ppc" : ["ppc"], + "ppc64" : ["ppc64"], "hppa" : ["hppa"], "mips" : ["mips"] } @@ -44,6 +45,7 @@ class generic_stage_target(generic_target): "alpha" : "alpha", "sparc" : "sparc", "ppc" : "ppc", + "ppc64" : "ppc64", "parisc" : "hppa", "parisc64" : "hppa", "mips" : "mips",