summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-09-05 09:37:24 +0200
committerSimon Marlow <marlowsd@gmail.com>2011-09-06 14:02:44 +0100
commit559f375f05d45d813f8c4ef8d4a6cba5150226be (patch)
tree6928834d829cdd674935fe63f74f04e56e349a12 /aclocal.m4
parent0f0a3c97101ae7a877b76af4ac02993201c8af09 (diff)
downloadhaskell-559f375f05d45d813f8c4ef8d4a6cba5150226be.tar.gz
Add s390x to list of supported architectures
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 68d36006e1..9bbdd599f6 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1496,6 +1496,9 @@ case "$1" in
rs6000)
$2="rs6000"
;;
+ s390x*)
+ $2="s390x"
+ ;;
s390*)
$2="s390"
;;