mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +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>
|
2003-11-18 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
|
||||||
|
|
||||||
* config.guess (*:DRAGONFLY:*:*): New.
|
* config.guess (*:DRAGONFLY:*:*): New.
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -997,6 +997,9 @@ EOF
|
|||||||
i*86:atheos:*:*)
|
i*86:atheos:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-atheos
|
echo ${UNAME_MACHINE}-unknown-atheos
|
||||||
exit 0 ;;
|
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*:*)
|
i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
|
||||||
echo i386-unknown-lynxos${UNAME_RELEASE}
|
echo i386-unknown-lynxos${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -1215,6 +1215,9 @@ case $os in
|
|||||||
-atheos*)
|
-atheos*)
|
||||||
os=-atheos
|
os=-atheos
|
||||||
;;
|
;;
|
||||||
|
-syllable*)
|
||||||
|
os=-syllable
|
||||||
|
;;
|
||||||
-386bsd)
|
-386bsd)
|
||||||
os=-bsd
|
os=-bsd
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user