X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchitectures.tmpl;h=02b7e8ea6837ab558192bcfe79b1b6f6666cd6a1;hb=d3ce653ee2911fa765ccb338054c74e6da51e66b;hp=c15e8be9a2d0f8e6f72665e192aaa0c403b66bc2;hpb=2ec757bb58907b15c43548be5601d4f2b8c7caac;p=deb%2Fpackages.git diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl index c15e8be..02b7e8e 100644 --- a/templates/config/architectures.tmpl +++ b/templates/config/architectures.tmpl @@ -1,21 +1,26 @@ [% # list of architectures architectures = { - i386 => 'Intel x86', - m68k => 'Motorola 680x0', - sparc => 'SPARC', - alpha => 'Alpha', - powerpc => 'PowerPC', - arm => 'ARM', - hppa => 'HP PA-RISC', - ia64 => 'Intel IA-64', - mips => 'MIPS', - mipsel => 'MIPS (DEC)', - s390 => 'IBM S/390', - "hurd-i386" => 'Hurd (i386)', - amd64 => 'AMD64', - "kfreebsd-i386" => 'GNU/kFreeBSD (i386)', - "kfreebsd-amd64" => 'GNU/kFreeBSD (amd64)' + i386 => g('Intel x86'), + m68k => g('Motorola 680x0'), + sparc => g('SPARC'), + alpha => g('Alpha'), + powerpc => g('PowerPC'), + arm => g('ARM'), + hppa => g('HP PA-RISC'), + ia64 => g('Intel IA-64'), + mips => g('MIPS (big-endian)'), + mipsel => g('MIPS (little-endian)'), + s390 => g('IBM S/390'), + "hurd-i386" => g('Hurd (i386)'), + amd64 => g('AMD64'), + armel => g('EABI ARM'), + "kfreebsd-i386" => g('GNU/kFreeBSD (i386)'), + "kfreebsd-amd64" => g('GNU/kFreeBSD (amd64)'), + avr32 => g('AVR32'), + powerpcspe => g('PowerPC SPE (e500 core)'), + sh4 => g('SH4'), + sparc64 => g('Sparc64'), } -%] \ No newline at end of file +%]