X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchitectures.tmpl;h=018646e3c6c5773d946e63dea2da7c5d9ef0b54b;hb=fd06decedb2bda1fc34e32f890e238f92a603e0d;hp=41434a3404dfd1869bdfd696b49bd6c083d92730;hpb=7b10a3faf069175fef7e3028df352717e89bffc2;p=deb%2Fpackages.git diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl index 41434a3..018646e 100644 --- a/templates/config/architectures.tmpl +++ b/templates/config/architectures.tmpl @@ -12,11 +12,16 @@ architectures = { 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)'), + "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'), + armhf => g('ARM Hard Float'), + powerpcspe => g('PowerPC SPE (e500 core)'), + sh4 => g('SH4'), + sparc64 => g('Sparc64'), } %]