From 8659cc620bf79c8d5e868849c3083e97e704e50f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 20 Sep 2020 20:01:50 +0100 Subject: [PATCH] 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 --- configure | 6 ++++++ 1 file changed, 6 insertions(+) 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'..." -- 2.30.2