Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-11-28 01:32:36 +0400
committerChristopher Faylor <me@cgf.cx>2012-11-28 01:32:36 +0400
commit66444a6b4036ddd31483c106ad9854e24a3ed76a (patch)
tree0b0df5ee7e3a9e39277e52e4b864f7ade50fca55 /winsup/utils/ChangeLog
parent1f3843930e8205144f421c34fb85ed95c61fda53 (diff)
* Makefile.in (ZLIBS): Common define to force static load.
(MINGW_LDFLAGS): Use static libgcc.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index b15c4174d..1ad1a1b2e 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,10 @@
2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * Makefile.in (ZLIBS): Common define to force static load.
+ (MINGW_LDFLAGS): Use static libgcc.
+
+2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* Makefile.in: Make sure that libz is always loaded staticly.
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>