summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
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"
;;