mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2005-05-12 Ben Elliston <bje@gnu.org>
* config.guess (i*86:skyos:*:*): New. * config.sub (case $os): Handle "-skyos*" as a valid OS. * testsuite/config-guess.data: Add a test case. * testsuite/config-sub.data: Likewise.
This commit is contained in:
parent
4d4cb5f669
commit
17cd077be0
@ -1,3 +1,10 @@
|
|||||||
|
2005-05-12 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (i*86:skyos:*:*): New.
|
||||||
|
* config.sub (case $os): Handle "-skyos*" as a valid OS.
|
||||||
|
* testsuite/config-guess.data: Add a test case.
|
||||||
|
* testsuite/config-sub.data: Likewise.
|
||||||
|
|
||||||
2005-05-12 Tim Rice <tim@multitalents.net>
|
2005-05-12 Tim Rice <tim@multitalents.net>
|
||||||
|
|
||||||
* config.guess: Add support for SCO OpenServer 6.
|
* config.guess: Add support for SCO OpenServer 6.
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -1279,6 +1279,9 @@ EOF
|
|||||||
*:XENIX:*:SysV)
|
*:XENIX:*:SysV)
|
||||||
echo i386-pc-xenix
|
echo i386-pc-xenix
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
i*86:skyos:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
|
||||||
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2005-04-22'
|
timestamp='2005-05-12'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -1181,7 +1181,7 @@ case $os in
|
|||||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -skyos*)
|
||||||
# Remember, each alternative MUST END IN *, to match a version number.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
-qnx*)
|
-qnx*)
|
||||||
|
@ -8,3 +8,4 @@ NSE-N 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0
|
|||||||
i386 ignored VOS ignored i386-stratus-vos
|
i386 ignored VOS ignored i386-stratus-vos
|
||||||
arm ignored RISCOS ignored arm-unknown-riscos
|
arm ignored RISCOS ignored arm-unknown-riscos
|
||||||
arm ignored riscos ignored arm-unknown-riscos
|
arm ignored riscos ignored arm-unknown-riscos
|
||||||
|
i586 5.0.0 skyos ignored i586-pc-skyos5.0.0
|
||||||
|
@ -36,3 +36,4 @@ bfin-elf bfin-unknown-elf
|
|||||||
bfin bfin-unknown-none
|
bfin bfin-unknown-none
|
||||||
arm-riscos arm-unknown-riscos
|
arm-riscos arm-unknown-riscos
|
||||||
arm-unknown-riscos arm-unknown-riscos
|
arm-unknown-riscos arm-unknown-riscos
|
||||||
|
i586-skyos i586-pc-skyos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user