From: Debian Qt/KDE Maintainers Date: Fri, 9 Sep 2016 17:09:51 +0000 (+0000) Subject: _armv6_uname_entry X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-15+rpi1~1^2^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ed7be4e53012a4c777f9f8190a3e7b57a80f0ca;p=qt4-x11.git _armv6_uname_entry Gbp-Pq: Name 94_armv6_uname_entry.diff --- diff --git a/configure b/configure index 148eb4fba..cf3c29c6d 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" ;;