Fix man page to put mips64 and mips64el in the same section
[catalyst.git] / doc / make_subarch_table_guidexml.py
index 22e6c6dd71a9f4557c7935716792609596e23eba..8754c8aba79a0ab9384303776024c9af7f7577cb 100755 (executable)
@@ -16,6 +16,7 @@ _pattern_arch_genericliases = {
        'armeb':'arm',
        'sheb':'sh',
        'mipsel':'mips',
+       'mips64el':'mips64',
 }