mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-03 19:58:22 +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:

committed by
Ben Elliston

parent
4aa554d72b
commit
d7a4dee7cc
2
config.sub
vendored
2
config.sub
vendored
@ -1735,6 +1735,8 @@ esac
|
||||
case $kernel-$os in
|
||||
linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* | linux-musl* | linux-uclibc* )
|
||||
;;
|
||||
uclinux-uclibc* )
|
||||
;;
|
||||
-dietlibc* | -newlib* | -musl* | -uclibc* )
|
||||
# These are just libc implementations, not actual OSes, and thus
|
||||
# require a kernel.
|
||||
|
Reference in New Issue
Block a user