mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-08 07:20:21 +12:00
* config.sub (i*86-pc-os2-emx): Recognise correctly.
* testsuite/config-sub.data: Add OS/2 tests to avoid regressions.
This commit is contained in:
parent
d7a4dee7cc
commit
74a858549d
@ -1,3 +1,8 @@
|
|||||||
|
2020-10-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.sub (i*86-pc-os2-emx): Recognise correctly.
|
||||||
|
* testsuite/config-sub.data: Add OS/2 tests to avoid regressions.
|
||||||
|
|
||||||
2020-09-27 Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
2020-09-27 Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||||
|
|
||||||
* config.sub (uclinux-uclibc*): Fix detection.
|
* config.sub (uclinux-uclibc*): Fix detection.
|
||||||
|
10
config.sub
vendored
10
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2020 Free Software Foundation, Inc.
|
# Copyright 1992-2020 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2020-09-08'
|
timestamp='2020-10-13'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1288,6 +1288,10 @@ case $basic_os in
|
|||||||
kernel=linux
|
kernel=linux
|
||||||
os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
|
os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
|
||||||
;;
|
;;
|
||||||
|
os2-emx)
|
||||||
|
kernel=os2
|
||||||
|
os=`echo $basic_os | sed -e 's|os2-emx|emx|'`
|
||||||
|
;;
|
||||||
nto-qnx*)
|
nto-qnx*)
|
||||||
kernel=nto
|
kernel=nto
|
||||||
os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
|
os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
|
||||||
@ -1716,7 +1720,7 @@ case $os in
|
|||||||
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
||||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||||
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
|
||||||
| nsk* | powerunix* | genode* | zvmoe* | qnx* )
|
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx*)
|
||||||
;;
|
;;
|
||||||
# This one is extra strict with allowed versions
|
# This one is extra strict with allowed versions
|
||||||
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
|
||||||
@ -1747,6 +1751,8 @@ case $kernel-$os in
|
|||||||
;;
|
;;
|
||||||
nto-qnx*)
|
nto-qnx*)
|
||||||
;;
|
;;
|
||||||
|
os2-emx)
|
||||||
|
;;
|
||||||
*-eabi* | *-gnueabi*)
|
*-eabi* | *-gnueabi*)
|
||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
|
@ -285,6 +285,7 @@ i686-elf i686-pc-elf
|
|||||||
i686-ericsson-dicos i686-ericsson-dicos
|
i686-ericsson-dicos i686-ericsson-dicos
|
||||||
i686-haiku i686-pc-haiku
|
i686-haiku i686-pc-haiku
|
||||||
i686-kopensolaris5.11-gnu i686-pc-kopensolaris5.11-gnu
|
i686-kopensolaris5.11-gnu i686-pc-kopensolaris5.11-gnu
|
||||||
|
i686-os2-emx i686-pc-os2-emx
|
||||||
i786-elf i786-pc-elf
|
i786-elf i786-pc-elf
|
||||||
i860 i860-unknown-sysv
|
i860 i860-unknown-sysv
|
||||||
i960 i960-unknown-none
|
i960 i960-unknown-none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user