]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
deb-pkg: Add automatic support for s390x architecture
authorBen Hutchings <ben@decadent.org.uk>
Mon, 9 Jun 2014 00:24:22 +0000 (01:24 +0100)
committerMichal Marek <mmarek@suse.cz>
Tue, 10 Jun 2014 12:49:12 +0000 (14:49 +0200)
The Debian s390x architecture has 64-bit userland whereas s390 has
32-bit userland.  A 64-bit kernel can be used with either.  Now that
Debian supports multiarch and officially supports s390x, it makes more
sense to assign a 64-bit kernel package to s390x.

Reported-by: Stephen Powell <zlinuxman@wowway.com>
References: https://bugs.debian.org/750925
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/builddeb

index ae7e607dc286a9c9bde343dfed95b8b16c4471cc..c8e04b33b0646199bce7d6ff6aba14f8b200b81b 100644 (file)
@@ -35,7 +35,7 @@ create_package() {
        sparc*)
                debarch=sparc ;;
        s390*)
-               debarch=s390 ;;
+               debarch=s390$(grep -q CONFIG_64BIT=y $KCONFIG_CONFIG && echo x || true) ;;
        ppc*)
                debarch=powerpc ;;
        parisc*)