mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
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:
parent
d181466bcd
commit
97dc57afb1
@ -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
3
config.guess
vendored
@ -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
3
config.sub
vendored
@ -1215,6 +1215,9 @@ case $os in
|
||||
-atheos*)
|
||||
os=-atheos
|
||||
;;
|
||||
-syllable*)
|
||||
os=-syllable
|
||||
;;
|
||||
-386bsd)
|
||||
os=-bsd
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user