1999-02-24 Ben Elliston <bje@cygnus.com>

* config.guess: Detect LynxOS 3.x. Contributed by Giuseppe
	Guerrini <guisguerrini@racine.ra.it>.
This commit is contained in:
Ben Elliston 1999-02-25 18:27:35 +00:00
parent 67d8e848ec
commit f06188d7ae

2
config.guess vendored
View File

@ -776,7 +776,7 @@ EOF
mc68030:UNIX_System_V:4.*:*)
echo m68k-atari-sysv4
exit 0 ;;
i?86:LynxOS:2.*:*)
i?86:LynxOS:2.*:* | i?86:LynxOS:3.[01]*:*)
echo i386-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;
TSUNAMI:LynxOS:2.*:*)