2 # list of architectures
4 i386 => g('Intel x86'),
5 m68k => g('Motorola 680x0'),
8 powerpc => g('PowerPC'),
10 hppa => g('HP PA-RISC'),
11 ia64 => g('Intel IA-64'),
12 mips => g('MIPS (big-endian)'),
13 mipsel => g('MIPS (little-endian)'),
14 s390 => g('IBM S/390'),
15 "hurd-i386" => g('Hurd (i386)'),
17 armel => g('EABI ARM'),
18 "kfreebsd-i386" => g('GNU/kFreeBSD (i386)'),
19 "kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'),
21 powerpcspe => g('PowerPC SPE (e500 core)'),
23 sparc64 => g('Sparc64'),