From f06188d7aeea27e0c7110e1535f0130eaf719dfe Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 25 Feb 1999 18:27:35 +0000 Subject: [PATCH] 1999-02-24 Ben Elliston * config.guess: Detect LynxOS 3.x. Contributed by Giuseppe Guerrini . --- config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.guess b/config.guess index cf26ad0a..490003df 100755 --- a/config.guess +++ b/config.guess @@ -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.*:*)