aboutsummaryrefslogtreecommitdiffstats
path: root/pc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r--pc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 600c49a1..812c7430 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,5 +1,12 @@
2015-04-08 Eli Zaretskii <eliz@gnu.org>
+ * Makefile.ext (fnmatch.$(SOEXT), readdir.$(SOEXT), rwarray.$(SOEXT))
+ (filefuncs.$(SOEXT), time.$(SOEXT), $(SIMPLE_EXTENSIONS)): Use
+ -static-libgcc, to avoid run-time dependency on libgcc DLL. This
+ makes the extensions independent of non-system DLLs, and also
+ prevents an abort at exit due to a known upstream bug in
+ libgcc_s_dw2-1.dll.
+
* Makefile.tst (mpfrmemok1): Use -p- instead of -p/dev/stdout, for
more portability.