From: Debian Qt/KDE Maintainers Date: Sun, 14 Jun 2015 16:38:43 +0000 (+0000) Subject: sh X-Git-Tag: archive/raspbian/4%4.8.6+git64-g5dc8b2b+dfsg-3+deb8u2+rpi1~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=debc0cf646a1b03875567fb2bdc3b8273e1d1554;p=qt4-x11.git sh Gbp-Pq: Name sh.diff --- diff --git a/configure b/configure index 590f73873..d20401baf 100755 --- a/configure +++ b/configure @@ -3323,6 +3323,12 @@ if [ -z "${CFG_HOST_ARCH}" ]; then ;; esac ;; + *:*:sh4) + if [ "$OPT_VERBOSE" = "yes" ]; then + echo " Renesas SuperH 4" + fi + CFG_HOST_ARCH=sh + ;; *:*:*) if [ "$OPT_VERBOSE" = "yes" ]; then echo " Trying '$UNAME_MACHINE'..."