projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b7c852
)
Fix man page to put mips64 and mips64el in the same section
author
Matt Turner
<mattst88@gmail.com>
Tue, 19 Jul 2011 17:08:32 +0000
(13:08 -0400)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 19 Jul 2011 18:19:08 +0000
(14:19 -0400)
Signed-off-by: Matt Turner <mattst88@gmail.com>
doc/make_subarch_table_guidexml.py
patch
|
blob
|
history
diff --git
a/doc/make_subarch_table_guidexml.py
b/doc/make_subarch_table_guidexml.py
index 22e6c6dd71a9f4557c7935716792609596e23eba..8754c8aba79a0ab9384303776024c9af7f7577cb 100755
(executable)
--- a/
doc/make_subarch_table_guidexml.py
+++ b/
doc/make_subarch_table_guidexml.py
@@
-16,6
+16,7
@@
_pattern_arch_genericliases = {
'armeb':'arm',
'sheb':'sh',
'mipsel':'mips',
+ 'mips64el':'mips64',
}