diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-04 12:35:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-10-04 12:35:59 +0300 |
commit | d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700 (patch) | |
tree | e4f4433b6128547081ba355933da829820df62e0 | |
parent | d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b (diff) | |
download | egawk-d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700.tar.gz egawk-d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700.tar.bz2 egawk-d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700.zip |
Update config.sub.
-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. |