diff options
author | fielding <fielding@13f79535-47bb-0310-9956-ffa450edef68> | 2001-02-18 08:23:41 +0000 |
---|---|---|
committer | fielding <fielding@13f79535-47bb-0310-9956-ffa450edef68> | 2001-02-18 08:23:41 +0000 |
commit | 52d9ccf6348a4dce5012030b29d8579ddcd4d06b (patch) | |
tree | aaefb8f5c463e6b5a0ce4e89430354c96be12368 /build/config.guess | |
parent | 731d1c108b376a0be6fad09d9d79b175e3732bb1 (diff) | |
download | libapr-52d9ccf6348a4dce5012030b29d8579ddcd4d06b.tar.gz |
Add support for OS/390 to APR's config.sub and config.guess. TPF and VM/CMS
came along for the ride.
Submitted by: Jeff Trawick
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config.guess')
-rwxr-xr-x | build/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/config.guess b/build/config.guess index 0ce538bb8..54c42df13 100755 --- a/build/config.guess +++ b/build/config.guess @@ -389,6 +389,9 @@ EOF *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; + *:OS390:*:* | *:OS/390:*:*) + echo s390-ibm-os390 + exit 0 ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' |