diff options
author | jfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68> | 2001-11-21 10:47:23 +0000 |
---|---|---|
committer | jfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68> | 2001-11-21 10:47:23 +0000 |
commit | e6955157f0d356f9f16716d05accd65a48138080 (patch) | |
tree | aebe04d72e04f74ec1c7590e3e0b80946bd722fc /build/config.sub | |
parent | 3df0cf4ac7e9f0cc7410671300338e6051ea78bd (diff) | |
download | libapr-e6955157f0d356f9f16716d05accd65a48138080.tar.gz |
Add the first elements to support AS/400
Submitted by: Henri Gomez, hgomez@slib.fr
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config.sub')
-rwxr-xr-x | build/config.sub | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/build/config.sub b/build/config.sub index aef156adf..c2a0aaf1a 100755 --- a/build/config.sub +++ b/build/config.sub @@ -89,6 +89,10 @@ case $maybe_os in os=-$maybe_os basic_machine=s390; ;; + os400) + os=-$maybe_os + basic_machine=as400; + ;; mvs) os=-mvs basic_machine=i370; @@ -240,7 +244,7 @@ case $basic_machine in | mips64el-* | mips64orion-* | mips64orionel-* \ | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ | mipstx39-* | mipstx39el-* | mcore-* \ - | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ + | f301-* | armv*-* | s390-* | as400-* | sv1-* | t3e-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ | bs2000-*) @@ -707,6 +711,9 @@ case $basic_machine in s390*) basic_machine=s390-ibm ;; + as400*) + basic_machine=as400-ibm + ;; # # end Apache changes ######################## @@ -954,7 +961,7 @@ case $os in ######################## # changes for Apache # - -os2_emx | -tpf* | -os390* | -vmcms* ) + -os2_emx | -tpf* | -os390* | -vmcms* | -os400* ) ;; # # end Apache changes @@ -1160,6 +1167,9 @@ case $basic_machine in i370*) os=-mvs; ;; + as400*) + os=-os400; + ;; *) os=-aix ;; |