* config.guess: Recognize NCR running SVR4.3.
This commit is contained in:
parent
d80ff70c10
commit
ee65efa82e
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* config.guess: Recognize NCR running SVR4.3.
|
||||
|
||||
Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||
|
||||
* config.guess: Make BSDI generate i386-unknown-bsd386.
|
||||
|
|
3
config.guess
vendored
3
config.guess
vendored
|
@ -225,6 +225,9 @@ EOF
|
|||
3[34]??:*:4.0:*)
|
||||
uname -p 2>/dev/null | grep 86 >/dev/null \
|
||||
&& echo i486-ncr-sysv4 && exit 0 ;;
|
||||
33[56]0,3???:*:4.0:*)
|
||||
uname -p 2>/dev/null | grep 86 >/dev/null \
|
||||
&& echo i486-ncr-sysv43 && exit 0 ;;
|
||||
m680[234]0:LynxOS:2.2*:*)
|
||||
echo m68k-lynx-lynxos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
|
|
Loading…
Reference in a new issue