From: Debian Qt/KDE Maintainers Date: Tue, 5 Feb 2013 21:52:29 +0000 (+0000) Subject: _armv6_uname_entry X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-15+rpi1~1^2^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=baaaa2c914f0cc0c15d654751af34f9b0c031ad3;p=qt4-x11.git _armv6_uname_entry Gbp-Pq: Name 94_armv6_uname_entry.diff --- diff --git a/configure b/configure index 6da319a08..7ea7f54f4 100755 --- a/configure +++ b/configure @@ -242,6 +242,9 @@ case $DPKG_ARCH in armel) UNAME_MACHINE="armv5tel" ;; + armhf) + UNAME_MACHINE="armv6" + ;; hppa) UNAME_MACHINE="parisc" ;;