From 628a77c85830d91f904095690e743692ee68007f Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Mon, 24 Nov 2003 21:59:59 +0000 Subject: [PATCH] added sparc mainarch git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@91 d1e1f19c-881f-0410-ab34-b69fee027534 --- modules/targets.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/targets.py b/modules/targets.py index e7110d5a..3c6ff57d 100644 --- a/modules/targets.py +++ b/modules/targets.py @@ -26,7 +26,8 @@ class generic_stage_target(generic_target): "amd64" : ["x86","amd64"], "sparc64" : ["sparc64"], "ia64" : ["ia64"], - "alpha" : ["alpha"] + "alpha" : ["alpha"], + "sparc" : ["sparc"] } machinemap={ "i386" : "x86", @@ -36,7 +37,8 @@ class generic_stage_target(generic_target): "x86_64" : "amd64", "sparc64" : "sparc64", "ia64" : "ia64", - "alpha" : "alpha" + "alpha" : "alpha", + "sparc" : "sparc" } mymachine=os.uname()[4] -- 2.26.2