summaryrefslogtreecommitdiff
path: root/build/config.guess
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2001-11-21 10:47:23 +0000
committerJean-Frederic Clere <jfclere@apache.org>2001-11-21 10:47:23 +0000
commit3c5818ff8bca825bac5a0053c12f1fbaffb2401f (patch)
treeaebe04d72e04f74ec1c7590e3e0b80946bd722fc /build/config.guess
parent4a51eae01ef52065c6a0e4fb5f63efef509b3b25 (diff)
downloadapr-3c5818ff8bca825bac5a0053c12f1fbaffb2401f.tar.gz
Add the first elements to support AS/400
Submitted by: Henri Gomez, hgomez@slib.fr git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62532 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 a4d743520..32052b489 100755
--- a/build/config.guess
+++ b/build/config.guess
@@ -213,6 +213,9 @@ EOF
*:OS390:*:* | *:OS/390:*:*)
echo s390-ibm-os390
exit 0 ;;
+ *:OS400:*:* | *:OS/400:*:*)
+ echo as400-ibm-os400
+ exit 0 ;;
*:OS/2:*:*)
echo "i386-pc-os2_emx"
exit 0;;