X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=templates%2Fconfig%2Farchitectures.tmpl;h=607e98d2cf80abe2e9ab49fb15662c8939ab420b;hb=adb9778b7eede88fe044d76151d309ad06cfd784;hp=8d52739e5f7f6fa6fd31f4ce43558853a33f8137;hpb=9a482e584a6b5337a90385ad1d54ae3190330dce;p=deb%2Fpackages.git diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl index 8d52739..607e98d 100644 --- a/templates/config/architectures.tmpl +++ b/templates/config/architectures.tmpl @@ -12,12 +12,17 @@ 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)'), - avr32 => g('AVR32'), + s390x => g('IBM System z'), + "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'), } %]