builddeb: Drop check for 32-bit s390

s390 now only supports 64-bit configurations.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Ben Hutchings 2018-07-26 11:20:54 +01:00 committed by Masahiro Yamada
parent 091d30aefc
commit 4260ecd0ad
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set_debarch() {
sparc*)
debarch=sparc ;;
s390*)
debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;;
debarch=s390x ;;
ppc*)
debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;;
parisc*)