mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-09 16:00:22 +12:00
2001-01-12 Ben Elliston <bje@redhat.com>
* config.sub: Handle EMX on OS/2. From Pavel Roskin.
This commit is contained in:
parent
1d7a271c58
commit
2867c9830b
@ -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>
|
||||
|
||||
* config.guess: Detect common kernels running on various PDP-10
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -117,7 +117,7 @@ esac
|
||||
# Here we must recognize all the valid KERNEL-OS combinations.
|
||||
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
|
||||
case $maybe_os in
|
||||
nto-qnx* | linux-gnu* | storm-chaos*)
|
||||
nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*)
|
||||
os=-$maybe_os
|
||||
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
|
||||
;;
|
||||
@ -1015,7 +1015,7 @@ case $os in
|
||||
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
|
||||
| -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
|
||||
| -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.
|
||||
;;
|
||||
-qnx*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user