mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (uclinux-uclibc*): Fix detection.
* testsuite/config-sub.data: Add a test case to avoid regression. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
4aa554d72b
commit
d7a4dee7cc
@ -1,3 +1,8 @@
|
|||||||
|
2020-09-27 Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||||
|
|
||||||
|
* config.sub (uclinux-uclibc*): Fix detection.
|
||||||
|
* testsuite/config-sub.data: Add a test case to avoid regression.
|
||||||
|
|
||||||
2020-09-19 Bruno Haible <bruno@clisp.org>
|
2020-09-19 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* config.guess: Don't use 'ldd --version' to determine the presence of
|
* config.guess: Don't use 'ldd --version' to determine the presence of
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1735,6 +1735,8 @@ esac
|
|||||||
case $kernel-$os in
|
case $kernel-$os in
|
||||||
linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* | linux-musl* | linux-uclibc* )
|
linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* | linux-musl* | linux-uclibc* )
|
||||||
;;
|
;;
|
||||||
|
uclinux-uclibc* )
|
||||||
|
;;
|
||||||
-dietlibc* | -newlib* | -musl* | -uclibc* )
|
-dietlibc* | -newlib* | -musl* | -uclibc* )
|
||||||
# These are just libc implementations, not actual OSes, and thus
|
# These are just libc implementations, not actual OSes, and thus
|
||||||
# require a kernel.
|
# require a kernel.
|
||||||
|
@ -728,6 +728,7 @@ tpf s390x-ibm-tpf
|
|||||||
tron tron-unknown-none
|
tron tron-unknown-none
|
||||||
ubicom32-elf ubicom32-unknown-elf
|
ubicom32-elf ubicom32-unknown-elf
|
||||||
ubicom32 ubicom32-unknown-none
|
ubicom32 ubicom32-unknown-none
|
||||||
|
arm-uclinux-uclibcgnueabi arm-unknown-uclinux-uclibcgnueabi
|
||||||
udi29k a29k-amd-udi
|
udi29k a29k-amd-udi
|
||||||
ultra3 a29k-nyu-sym1
|
ultra3 a29k-nyu-sym1
|
||||||
umax ns32k-encore-bsd
|
umax ns32k-encore-bsd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user