sh4-platform-detection-support
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Mon, 23 May 2016 14:12:09 +0000 (14:12 +0000)
committerJoachim Breitner <nomeata@debian.org>
Mon, 23 May 2016 14:12:09 +0000 (14:12 +0000)
Gbp-Pq: Name sh4-platform-detection-support.patch

aclocal.m4

index 1fc1ec5f8409813b022c582e17f660fb9d65ecf8..75ac0f6ed362a836663013a7ebc01599abddabb6 100644 (file)
@@ -209,7 +209,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
         mipsel)
             test -z "[$]2" || eval "[$]2=ArchMipsel"
             ;;
-        hppa|hppa1_1|ia64|m68k|powerpc64le|rs6000|s390|s390x|sparc64|vax)
+        hppa|hppa1_1|ia64|m68k|powerpc64le|rs6000|s390|s390x|sh4|sparc64|vax)
             test -z "[$]2" || eval "[$]2=ArchUnknown"
             ;;
         *)
@@ -1979,6 +1979,9 @@ case "$1" in
   s390*)
     $2="s390"
     ;;
+  sh4)
+    $2="sh4"
+    ;;
   sparc64*)
     $2="sparc64"
     ;;