diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-16 23:10:22 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-16 23:10:22 -0500 |
commit | 2a2566112749f0e3f932004c1a9d8345a84b1fd0 (patch) | |
tree | 767c817721642a258f9e22802a4de5e981871780 /config.sub | |
parent | d3f9d5478df478427c2aa5db4507ddd0a38f0eb6 (diff) | |
download | lynx-snapshots-2a2566112749f0e3f932004c1a9d8345a84b1fd0.tar.gz |
snapshot of project "lynx", label v2-8-2dev_3
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/config.sub b/config.sub index e24b8504..15d37234 100755 --- a/config.sub +++ b/config.sub @@ -349,6 +349,13 @@ case $basic_machine in basic_machine=i370-ibm os=-mvs ;; + s390 | s390-ibm*) +# OS/390 support after: +# Linkname: Mortice Kern Systems (MKS) Inc. - OS/390 OpenEdition -- GNU Utilities Downloads +# URL: http://www.mks.com/s390/gnu/download.htm#autoconf + basic_machine=s390-ibm # /* S/390 -- gil -- 1419 */ + os=-os390 + ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i[34567]86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` @@ -707,7 +714,8 @@ case $os in | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* \ + | -hms* | -mvs* | -os390* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ @@ -827,6 +835,9 @@ case $basic_machine in sparc-* | *-sun) os=-sunos4.1.1 ;; + s390-ibm) + os=-os390 # /* S/390 -- gil -- 1451 */ + ;; *-ibm) os=-aix ;; |