Identify SuperH correctly.
authorPino Toscano <pino@kde.org>
Sun, 20 Sep 2020 19:01:50 +0000 (20:01 +0100)
committerAdrian Bunk <bunk@debian.org>
Sun, 20 Sep 2020 19:01:50 +0000 (20:01 +0100)
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

index 376e8a6b252999bbce0e0bd3e1f30edf3a711e24..665ccfb23762e981b9f9a6f7656365d0c7a2c7cf 100755 (executable)
--- 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'..."