sh
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Fri, 1 May 2015 19:35:39 +0000 (19:35 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 1 May 2015 19:35:39 +0000 (19:35 +0000)
Gbp-Pq: Name sh.diff

configure

index 590f7387389308dee025ea3f5d5cb989119851ef..d20401bafb549f837432bb30977b93420b078d0c 100755 (executable)
--- a/configure
+++ b/configure
@@ -3323,6 +3323,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'..."