_armv6_uname_entry
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 7 May 2019 07:14:21 +0000 (08:14 +0100)
committerMike Gabriel <sunweaver@debian.org>
Tue, 7 May 2019 07:14:21 +0000 (08:14 +0100)
Gbp-Pq: Name 94_armv6_uname_entry.diff

configure

index 99bb0537c89073774bc5c39a94aee3aee56f9fd9..bb4a20ca237cba84875db9d17e17904e2bcfcde9 100755 (executable)
--- a/configure
+++ b/configure
@@ -261,6 +261,9 @@ case $DPKG_ARCH in
        armel)
                UNAME_MACHINE="armv5tel"
        ;;
+       armhf)
+               UNAME_MACHINE="armv6"
+       ;;
        hppa)
                UNAME_MACHINE="parisc"
        ;;