2002-02-15 Ben Elliston <bje@redhat.com>

* config.sub (rtmk*, rtmk-nova*): Recognise.
	From Johan Rydberg <jrydberg@rtmk.org>.
This commit is contained in:
Ben Elliston 2002-02-15 06:35:48 +00:00
parent db9340999e
commit 43efeb99c9
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-02-15 Ben Elliston <bje@redhat.com>
* config.sub (rtmk*, rtmk-nova*): Recognise.
From Johan Rydberg <jrydberg@rtmk.org>.
2002-02-15 Wendy Palm <wendyp@cray.com> 2002-02-15 Wendy Palm <wendyp@cray.com>
* config.guess (CRAY*X-MP:*:*:*, CRAY-2:*:*:*): Remove, as we know * config.guess (CRAY*X-MP:*:*:*, CRAY-2:*:*:*): Remove, as we know

7
config.sub vendored
View File

@ -118,7 +118,7 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations. # Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in case $maybe_os in
nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*) nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
os=-$maybe_os os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;; ;;
@ -1085,7 +1085,7 @@ case $os in
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux*) | -morphos* | -superux* | -rtmk* | -rtmk-nova*)
# Remember, each alternative MUST END IN *, to match a version number. # Remember, each alternative MUST END IN *, to match a version number.
;; ;;
-qnx*) -qnx*)
@ -1146,6 +1146,9 @@ case $os in
-ctix* | -uts*) -ctix* | -uts*)
os=-sysv os=-sysv
;; ;;
-nova*)
os=-rtmk-nova
;;
-ns2 ) -ns2 )
os=-nextstep2 os=-nextstep2
;; ;;