summaryrefslogtreecommitdiff
path: root/build/config.guess
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-02-18 08:23:41 +0000
committerRoy T. Fielding <fielding@apache.org>2001-02-18 08:23:41 +0000
commitf424c424ce3be2532a900f914e931afffb9bae52 (patch)
treeaaefb8f5c463e6b5a0ce4e89430354c96be12368 /build/config.guess
parent6ec5c48970714a80adc687070654a7244450ab8a (diff)
downloadapr-f424c424ce3be2532a900f914e931afffb9bae52.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: https://svn.apache.org/repos/asf/apr/apr/trunk@61247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config.guess')
-rwxr-xr-xbuild/config.guess3
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 '