From: Pino Toscano Date: Mon, 14 Sep 2020 13:56:35 +0000 (+0100) Subject: Identify SuperH correctly. X-Git-Tag: archive/raspbian/4%4.8.7+dfsg-18+rpi1+deb10u1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=35aaa446d5ea81644555a526c5158591ab85b4ed;p=qt4-x11.git Identify SuperH correctly. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623281 Forwarded: no Origin: vendor Last-Update: 2011-04-27 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'..."