diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-02-14 15:32:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-02-14 15:32:49 +0000 |
commit | e9da7ba51ada39393d9ae36969c3c8e5a9df66ce (patch) | |
tree | 921abf6b00f6dc1a07255935fc26b4eb45cf3294 /configure.in | |
parent | 3e5b698e85bc80946cb01f6cfa10465499db7340 (diff) | |
download | emacs-e9da7ba51ada39393d9ae36969c3c8e5a9df66ce.tar.gz |
(s390x-*-linux-gnu*): New configuration.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2982f4c2fc2..3c3a44560bc 100644 --- a/configure.in +++ b/configure.in @@ -654,6 +654,9 @@ dnl see the `changequote' comment above. s390-*-linux-gnu* ) machine=ibms390 opsys=gnu-linux ;; + s390x-*-linux-gnu* ) + machine=ibms390x opsys=gnu-linux + ;; rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;; |