projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a769f
)
added sparc mainarch
author
Daniel Robbins
<drobbins@gentoo.org>
Mon, 24 Nov 2003 21:59:59 +0000
(21:59 +0000)
committer
Daniel Robbins
<drobbins@gentoo.org>
Mon, 24 Nov 2003 21:59:59 +0000
(21:59 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@91
d1e1f19c
-881f-0410-ab34-
b69fee027534
modules/targets.py
patch
|
blob
|
history
diff --git
a/modules/targets.py
b/modules/targets.py
index e7110d5aa8a5d9e0ba94c2a2a2641a04bf646286..3c6ff57d16812828329ce8f571f2705c9c5f2603 100644
(file)
--- 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]