gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-4069-g3521bc1


From: Eli Zaretskii
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4069-g3521bc1
Date: Sat, 25 Jul 2020 03:45:25 -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, master has been updated
       via  3521bc11110fab2f7a1f1dc4dc35215eead02b2e (commit)
      from  6cbefa3cfa7a494257478747b5c3b85eb6c0607e (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=3521bc11110fab2f7a1f1dc4dc35215eead02b2e

commit 3521bc11110fab2f7a1f1dc4dc35215eead02b2e
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Sat Jul 25 10:44:30 2020 +0300

    Don't link the MinGW port against MSVCP60.DLL.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 9f076b9..36cb089 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,11 @@
+2020-07-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile (mingw32, mingw32-readline, mingw32-mpfr)
+       (mingw32-readline-mpfr): Remove -lmsvcp60 from the linker command
+       line.  That library is not freely redistributable, and linking
+       against it should no longer be necessary with latest MinGW runtime
+       versions.
+
 2020-04-25  Eli Zaretskii  <eliz@gnu.org>
 
        * Makefile.ext:
diff --git a/pc/Makefile b/pc/Makefile
index 44ecbba..beafd3d 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -200,28 +200,28 @@ mingw32:
        $(MAK) all \
        CC=gcc O=.o CF="-D__USE_MINGW_ANSI_STDIO -O2 -gdwarf-2 -g3 
-Wno-deprecated-declarations" \
        OBJ=popen.o LNK=LMINGW32 LF="-gdwarf-2 -g3" \
-        LF2="-lws2_32 -lmsvcp60" RSP=
+        LF2="-lws2_32" RSP=
 
 mingw32-readline:
        $(MAK) all \
        CC=gcc O=.o \
        CF="-D__USE_MINGW_ANSI_STDIO -DHAVE_LIBREADLINE -O2 -gdwarf-2 -g3 
-Wno-deprecated-declarations" \
        OBJ=popen.o LNK=LMINGW32 LF="-gdwarf-2 -g3" \
-       LF2="-lreadline -lws2_32 -lmsvcp60 -Wl,--enable-auto-import" RSP=
+       LF2="-lreadline -lws2_32 -Wl,--enable-auto-import" RSP=
 
 mingw32-mpfr:
        $(MAK) all \
        CC=gcc O=.o \
        CF="-D__USE_MINGW_ANSI_STDIO -DHAVE_MPFR -O2 -gdwarf-2 -g3 
-Wno-deprecated-declarations" \
        OBJ=popen.o LNK=LMINGW32 LF="-gdwarf-2 -g3" \
-       LF2="-lmpfr -lgmp -lws2_32 -lmsvcp60 -Wl,--enable-auto-import" RSP=
+       LF2="-lmpfr -lgmp -lws2_32 -Wl,--enable-auto-import" RSP=
 
 mingw32-readline-mpfr:
        $(MAK) all \
        CC=gcc O=.o \
        CF="-D__USE_MINGW_ANSI_STDIO -DHAVE_LIBREADLINE -DHAVE_MPFR -O2 
-gdwarf-2 -g3 -Wno-deprecated-declarations" \
        OBJ=popen.o LNK=LMINGW32 LF="-gdwarf-2 -g3" \
-       LF2="-lmpfr -lgmp -lreadline -lws2_32 -lmsvcp60 
-Wl,--enable-auto-import" RSP=
+       LF2="-lmpfr -lgmp -lreadline -lws2_32 -Wl,--enable-auto-import" RSP=
 
 # Define BIND for BINDless compiles, otherwise $($(BIND)) may break.
 BIND = EMPTY

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

Summary of changes:
 pc/ChangeLog | 8 ++++++++
 pc/Makefile  | 8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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