summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-01-07 22:16:41 +0000
committerIan Lynagh <igloo@earth.li>2012-01-07 22:16:41 +0000
commitaf8cb680f41b0fdc0e22b1508d869e4ad15486c4 (patch)
tree4e93d7f6c4c8c887cdb08ec12bae2bf9a50491ac /aclocal.m4
parenta5b365ac3ea7277817541f8bc3341eecfb083490 (diff)
downloadhaskell-af8cb680f41b0fdc0e22b1508d869e4ad15486c4.tar.gz
Add alpha, mips, mipseb, mipsel to the list of ArchUnknown arches
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5aa3132226..d1f423d6eb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -174,7 +174,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
GET_ARM_ISA()
test -z "[$]2" || eval "[$]2=\"ArchARM {armISA = \$ARM_ISA, armISAExt = \$ARM_ISA_EXT}\""
;;
- hppa|hppa1_1|ia64|m68k|rs6000|s390|s390x|sparc64|vax)
+ alpha|mips|mipseb|mipsel|hppa|hppa1_1|ia64|m68k|rs6000|s390|s390x|sparc64|vax)
test -z "[$]2" || eval "[$]2=ArchUnknown"
;;
*)