2003-11-20 Kristian Van Der Vliet <vanders@liqwyd.com>

* config.guess (i*86:syllable:*:*): New.
	* config.sub (-syllable*): Likewise.
This commit is contained in:
Ben Elliston
2003-11-20 09:19:55 +00:00
parent d181466bcd
commit 97dc57afb1
3 changed files with 11 additions and 0 deletions

3
config.guess vendored
View File

@ -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 ;;