From 3e597a4c6b1ff5c34066c9d92dc28157584d8e56 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 21 Nov 2003 13:33:54 +0000 Subject: [PATCH] config update --- config/ChangeLog | 4 ++++ config/config.guess | 5 ++++- config/config.sub | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index ae8b9f4b6b..6f3aab9b1c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2003-11-21 Karl Berry + + * config.{sub,guess}: update from config. + 2003-11-18 Karl Berry * config.{sub,guess}: update from config. diff --git a/config/config.guess b/config/config.guess index 4c5bde8a28..61f2e4c608 100644 --- a/config/config.guess +++ b/config/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-10-16' +timestamp='2003-10-20' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -997,6 +997,9 @@ EOF i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit 0 ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit 0 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; diff --git a/config/config.sub b/config/config.sub index 56981740d6..fac5195126 100644 --- a/config/config.sub +++ b/config/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-11-03' +timestamp='2003-11-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1215,6 +1215,9 @@ case $os in -atheos*) os=-atheos ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;; -- 2.30.2