]> git.deb.at Git - deb/packages.git/blob - templates/config/architectures.tmpl
The Big, the Fat and the Ugly commit ;)
[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',
13         mipsel  => 'MIPS (DEC)',
14         s390    => 'IBM S/390',
15         "hurd-i386" => 'Hurd (i386)',
16         amd64   => 'AMD64',
17         "kfreebsd-i386" => 'GNU/kFreeBSD (i386)',
18         "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)'
19 }
20
21 %]