]> git.deb.at Git - deb/packages.git/blob - templates/config/architectures.tmpl
1eda3bbb5c3c225391db1597e6f20799e2f8005e
[deb/packages.git] / templates / config / architectures.tmpl
1 [%
2 # list of architectures
3 architectures = {
4         i386    => 'Intel x86',
5         m68k    => 'Motorola 680x0',
6         sparc   => 'SPARC',
7         alpha   => 'Alpha',
8         powerpc => 'PowerPC',
9         arm     => 'ARM',
10         hppa    => 'HP PA-RISC',
11         ia64    => 'Intel IA-64',
12         mips    => 'MIPS (big-endian)',
13         mipsel  => 'MIPS (little-endian)',
14         s390    => 'IBM S/390',
15         "hurd-i386" => 'Hurd (i386)',
16         amd64   => 'AMD64',
17         armel   => 'EABI ARM',
18         "kfreebsd-i386" => 'GNU/kFreeBSD (i386)',
19         "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)'
20 }
21
22 %]