diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-08-03 18:00:32 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-08-03 18:00:32 -0400 |
commit | 0726d2fa354eae3a7913d3ea28f19115ca904e02 (patch) | |
tree | 804a08df540b512940cf9681b299ac1c0f5a1e4b /config.guess | |
parent | 56683faadde77d4d27712644e54769a77ac705bb (diff) | |
download | lynx-snapshots-0726d2fa354eae3a7913d3ea28f19115ca904e02.tar.gz |
snapshot of project "lynx", label v2-8-4dev_7
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.guess b/config.guess index 66d80793..061906d1 100755 --- a/config.guess +++ b/config.guess @@ -241,6 +241,9 @@ EOF wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; @@ -428,10 +431,6 @@ EOF *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; - *:MVS:*:* | *:OS390:*:*|*:OS/390:*:*) - # uname -m gives a processor model number /* S/390 -- gil -- 1389 */ - echo s390-ibm-os390 # on R1 and R2, uname -s reports OS390 - exit 0 ;; # on R3, uname -s reports OS/390 ????????: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 ' |