2001-01-12 Ben Elliston <bje@redhat.com>

* config.sub: Handle EMX on OS/2. From Pavel Roskin.
This commit is contained in:
Ben Elliston 2001-01-12 09:05:28 +00:00
parent 1d7a271c58
commit 2867c9830b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-01-12 Ben Elliston <bje@redhat.com>
* config.sub: Handle EMX on OS/2. From Pavel Roskin.
2001-01-12 Ben Elliston <bje@redhat.com> 2001-01-12 Ben Elliston <bje@redhat.com>
* config.guess: Detect common kernels running on various PDP-10 * config.guess: Detect common kernels running on various PDP-10

4
config.sub vendored
View File

@ -117,7 +117,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*) nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*)
os=-$maybe_os os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;; ;;
@ -1015,7 +1015,7 @@ case $os in
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its*) | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -os2*)
# Remember, each alternative MUST END IN *, to match a version number. # Remember, each alternative MUST END IN *, to match a version number.
;; ;;
-qnx*) -qnx*)