From 97dc57afb1b8377b28ee6ff0006238741ba7d430 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 20 Nov 2003 09:19:55 +0000 Subject: [PATCH] 2003-11-20 Kristian Van Der Vliet * config.guess (i*86:syllable:*:*): New. * config.sub (-syllable*): Likewise. --- ChangeLog | 5 +++++ config.guess | 3 +++ config.sub | 3 +++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index d82834c..c892f81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-20 Kristian Van Der Vliet + + * config.guess (i*86:syllable:*:*): New. + * config.sub (-syllable*): Likewise. + 2003-11-18 Jeroen Ruigrok van der Werven * config.guess (*:DRAGONFLY:*:*): New. diff --git a/config.guess b/config.guess index 4c5bde8..df8ed6f 100755 --- a/config.guess +++ b/config.guess @@ -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.sub b/config.sub index 5698174..fdd6a93 100755 --- a/config.sub +++ b/config.sub @@ -1215,6 +1215,9 @@ case $os in -atheos*) os=-atheos ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;;