X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fconfig%2Farchitectures.tmpl;h=607e98d2cf80abe2e9ab49fb15662c8939ab420b;hb=2b7709d2271f339165fb401ef02085d23af5db18;hp=8d52739e5f7f6fa6fd31f4ce43558853a33f8137;hpb=7947826701ccf220b71f6c503c82be9e90e7dbac;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'), } %]