From 17cd077be0bcc61a84dda4045740839c25ef1ea7 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 12 May 2005 11:06:21 +0000 Subject: [PATCH] 2005-05-12 Ben Elliston * 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. --- ChangeLog | 7 +++++++ config.guess | 3 +++ config.sub | 4 ++-- testsuite/config-guess.data | 1 + testsuite/config-sub.data | 1 + 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f11362..78bbd19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-12 Ben Elliston + + * 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 * config.guess: Add support for SCO OpenServer 6. diff --git a/config.guess b/config.guess index a4157bc..c39685c 100755 --- a/config.guess +++ b/config.guess @@ -1279,6 +1279,9 @@ EOF *:XENIX:*:SysV) echo i386-pc-xenix exit 0 ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff --git a/config.sub b/config.sub index 87a1ee4..6e4005c 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 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. # 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* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -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. ;; -qnx*) diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index a751a2e..415b392 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -8,3 +8,4 @@ NSE-N 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0 i386 ignored VOS ignored i386-stratus-vos 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 diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 85513ff..6df1f01 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -36,3 +36,4 @@ bfin-elf bfin-unknown-elf bfin bfin-unknown-none arm-riscos arm-unknown-riscos arm-unknown-riscos arm-unknown-riscos +i586-skyos i586-pc-skyos