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

View File

@ -1,3 +1,8 @@
2003-11-20 Kristian Van Der Vliet <vanders@liqwyd.com>
* config.guess (i*86:syllable:*:*): New.
* config.sub (-syllable*): Likewise.
2003-11-18 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
* config.guess (*:DRAGONFLY:*:*): New.

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

3
config.sub vendored
View File

@ -1215,6 +1215,9 @@ case $os in
-atheos*)
os=-atheos
;;
-syllable*)
os=-syllable
;;
-386bsd)
os=-bsd
;;