From: Debian Qt/KDE Maintainers Date: Sun, 14 Apr 2019 10:25:37 +0000 (+0100) Subject: sh X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-18+rpi1~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=25a3f9af935cc776a3256035a0c1a1b1d38b05c9;p=qt4-x11.git sh Gbp-Pq: Name sh.diff --- diff --git a/configure b/configure index 376e8a6b2..665ccfb23 100755 --- a/configure +++ b/configure @@ -3324,6 +3324,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'..."