diff options
-rw-r--r-- | build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | build-aux/config.sub | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog index eaaa6515..309af5db 100644 --- a/build-aux/ChangeLog +++ b/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2020-10-04 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Updated from GNULIB. + 2020-09-24 Arnold D. Robbins <arnold@skeeve.com> * config.guess: Updated from GNULIB. diff --git a/build-aux/config.sub b/build-aux/config.sub index 780c2bba..9bc49a7e 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -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. |