[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4047-g77d5428
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4047-g77d5428 |
Date: |
Sun, 26 Jul 2020 07:36:44 -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 77d54285702af30644b2e028c10d4ad77e560e40 (commit)
from 05c0e575439cd42a712ad1d626886ec3ea74e9bb (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=77d54285702af30644b2e028c10d4ad77e560e40
commit 77d54285702af30644b2e028c10d4ad77e560e40
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4047-g77d5428,
Arnold Robbins <=