mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
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:
parent
091d30aefc
commit
4260ecd0ad
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ set_debarch() {
|
||||||
sparc*)
|
sparc*)
|
||||||
debarch=sparc ;;
|
debarch=sparc ;;
|
||||||
s390*)
|
s390*)
|
||||||
debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;;
|
debarch=s390x ;;
|
||||||
ppc*)
|
ppc*)
|
||||||
debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;;
|
debarch=$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo ppc64el || echo powerpc) ;;
|
||||||
parisc*)
|
parisc*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue