[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4136-gd0c9f1d
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4136-gd0c9f1d |
Date: |
Sun, 4 Oct 2020 05:36:23 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-5.1-stable has been updated
via d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700 (commit)
from d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700
commit d0c9f1d3b2828fedf7e825e6e20811ed6b4a4700
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Oct 4 12:35:59 2020 +0300
Update config.sub.
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog
index eaaa651..309af5d 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 780c2bb..9bc49a7 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.
-----------------------------------------------------------------------
Summary of changes:
build-aux/ChangeLog | 4 ++++
build-aux/config.sub | 2 ++
2 files changed, 6 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4136-gd0c9f1d,
Arnold Robbins <=