From: Debian Qt/KDE Maintainers Date: Tue, 7 May 2019 07:14:21 +0000 (+0100) Subject: _armv6_uname_entry X-Git-Tag: archive/raspbian/4%4.8.6+git64-g5dc8b2b+dfsg-3+deb8u2+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2a8ec05373a415726ebb24a3886eea42d2ff7c7;p=qt4-x11.git _armv6_uname_entry Gbp-Pq: Name 94_armv6_uname_entry.diff --- diff --git a/configure b/configure index 99bb0537c..bb4a20ca2 100755 --- a/configure +++ b/configure @@ -261,6 +261,9 @@ case $DPKG_ARCH in armel) UNAME_MACHINE="armv5tel" ;; + armhf) + UNAME_MACHINE="armv6" + ;; hppa) UNAME_MACHINE="parisc" ;;