diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2011-09-05 09:37:24 +0200 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-09-06 14:02:44 +0100 |
commit | 559f375f05d45d813f8c4ef8d4a6cba5150226be (patch) | |
tree | 6928834d829cdd674935fe63f74f04e56e349a12 /aclocal.m4 | |
parent | 0f0a3c97101ae7a877b76af4ac02993201c8af09 (diff) | |
download | haskell-559f375f05d45d813f8c4ef8d4a6cba5150226be.tar.gz |
Add s390x to list of supported architectures
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
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" ;; |