sh
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Sat, 5 May 2018 01:53:17 +0000 (02:53 +0100)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sat, 5 May 2018 01:53:17 +0000 (02:53 +0100)
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'..."