sh
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
Gbp-Pq: Name sh.diff

configure

index a3dfe9541d4d078e15753d4807932f97c5fcab2e..e4c4d4626ee71e5e078c579ea42903c4a0627fd6 100755 (executable)
--- a/configure
+++ b/configure
@@ -3248,6 +3248,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'..."