summaryrefslogtreecommitdiff
path: root/build/config.guess
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-02-18 09:38:09 +0000
committerRoy T. Fielding <fielding@apache.org>2001-02-18 09:38:09 +0000
commit495eb93cf0e1f8048e5e325113e056d58779f77d (patch)
treed3fa9e05661a96286161518746d8b7f587911a54 /build/config.guess
parentf424c424ce3be2532a900f914e931afffb9bae52 (diff)
downloadapr-495eb93cf0e1f8048e5e325113e056d58779f77d.tar.gz
Add support for OS/2 emx [originally from Brian Havard].
Isolate and clearly identify all changes for Apache. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config.guess')
-rwxr-xr-xbuild/config.guess21
1 files changed, 15 insertions, 6 deletions
diff --git a/build/config.guess b/build/config.guess
index 54c42df13..ec2f9716c 100755
--- a/build/config.guess
+++ b/build/config.guess
@@ -199,9 +199,21 @@ EOF
wgrisc:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
- *:OS/390:*:*)
- echo i370-ibm-openedition
- exit 0 ;;
+#########################
+# Apache changes
+#
+# *:OS/390:*:*)
+# echo i370-ibm-openedition
+# exit 0 ;;
+ *:OS390:*:* | *:OS/390:*:*)
+ echo s390-ibm-os390
+ exit 0 ;;
+ *:OS/2:*:*)
+ echo "i386-pc-os2_emx"
+ exit 0;;
+#
+# end Apache changes
+#########################
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
@@ -389,9 +401,6 @@ 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 '