projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7e96b
)
ppc64 target update
author
Brad House
<brad_mssw@gentoo.org>
Mon, 9 Feb 2004 04:31:14 +0000
(
04:31
+0000)
committer
Brad House
<brad_mssw@gentoo.org>
Mon, 9 Feb 2004 04:31:14 +0000
(
04:31
+0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@206
d1e1f19c
-881f-0410-ab34-
b69fee027534
modules/targets.py
patch
|
blob
|
history
diff --git
a/modules/targets.py
b/modules/targets.py
index 464d736d37d901984807ffd563e525f7cd6f67ef..c99f9e8daf5707c8377904bf23c086898007bbfe 100644
(file)
--- 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",