From 559f375f05d45d813f8c4ef8d4a6cba5150226be Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 5 Sep 2011 09:37:24 +0200 Subject: Add s390x to list of supported architectures --- aclocal.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aclocal.m4') 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" ;; -- cgit v1.2.1