Skip to content

Commit

Permalink
builddeb: Drop check for 32-bit s390
Browse files Browse the repository at this point in the history
s390 now only supports 64-bit configurations.

Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
bwhacks authored and masahir0y committed Jul 28, 2018

Verified

This commit was signed with the committer’s verified signature.
skorokithakis Stavros Korokithakis
1 parent 091d30a commit 4260ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/mkdebian
Original file line number Diff line number Diff line change
@@ -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*)

0 comments on commit 4260ecd

Please sign in to comment.