From: Debian Qt/KDE Maintainers Date: Tue, 5 Feb 2013 21:52:29 +0000 (+0000) Subject: sh X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-15+rpi1~1^2^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9d23ea44c609e1a7950c2e3ba02f0fb27164045f;p=qt4-x11.git sh Gbp-Pq: Name sh.diff --- diff --git a/configure b/configure index a3dfe9541..e4c4d4626 100755 --- a/configure +++ b/configure @@ -3248,6 +3248,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'..."