From a6a769f6f4d0c749ca345fdb4b020d70eedb3197 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Mon, 24 Nov 2003 21:58:05 +0000 Subject: [PATCH] sparc64 fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@90 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 933a9807..e7110d5a 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -24,7 +24,7 @@ class generic_stage_target(generic_target): targetmap={ "x86" : ["x86"], "amd64" : ["x86","amd64"], - "sparc" : ["sparc"], + "sparc64" : ["sparc64"], "ia64" : ["ia64"], "alpha" : ["alpha"] } @@ -34,7 +34,7 @@ class generic_stage_target(generic_target): "i586" : "x86", "i686" : "x86", "x86_64" : "amd64", - "sparc64" : "sparc", + "sparc64" : "sparc64", "ia64" : "ia64", "alpha" : "alpha" } -- 2.26.2