From: Debian Qt/KDE Maintainers Date: Fri, 1 May 2015 19:35:39 +0000 (+0000) Subject: sh X-Git-Tag: archive/raspbian/4%4.8.6+git64-g5dc8b2b+dfsg-3+deb8u2+rpi1~1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b1d8d9da8086a8227425366ed33cebc6fdc0c10;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'..."