gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5656-gb76bab8d


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5656-gb76bab8d
Date: Tue, 16 Jul 2024 00:31:13 -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, feature/minrx has been updated
       via  b76bab8d1ba555aa3923cc15c1f2af2fbf8671fe (commit)
      from  7b16c50c4b27d4297c862a86751acc1148164393 (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=b76bab8d1ba555aa3923cc15c1f2af2fbf8671fe

commit b76bab8d1ba555aa3923cc15c1f2af2fbf8671fe
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jul 16 07:30:52 2024 +0300

    Fix build for new version of minrx.

diff --git a/support/ChangeLog b/support/ChangeLog
index f1d0964b..346c2ee2 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2024-07-16         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.am (CXXFLAGS): Added for new version of minrx.
+
 2024-04-26         Arnold D. Robbins     <arnold@skeeve.com>
 
        * cdefs.h, dfa.h, dynarray.h, flexmember.h, idx.h,
diff --git a/support/Makefile.am b/support/Makefile.am
index 01353458..8b5e5d70 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -83,6 +83,8 @@ CFLAGS += -DNDEBUG
 AM_CFLAGS += -DNDEBUG
 endif
 
+CXXFLAGS = -std=c++20
+
 # For some make's, e.g. OpenBSD, that don't define this
 RM = rm -f
 
diff --git a/support/Makefile.in b/support/Makefile.in
index 24a4a297..768da6f2 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -259,7 +259,7 @@ CSCOPE = @CSCOPE@
 CTAGS = @CTAGS@
 CXX = @CXX@
 CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
+CXXFLAGS = -std=c++20
 CYGPATH_W = @CYGPATH_W@
 DEFS = -DGAWK -DHAVE_CONFIG_H -I"$(srcdir)/.."
 DEPDIR = @DEPDIR@

-----------------------------------------------------------------------

Summary of changes:
 support/ChangeLog   | 4 ++++
 support/Makefile.am | 2 ++
 support/Makefile.in | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]