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:
authorCorinna Vinschen <corinna@vinschen.de>2009-11-16 11:50:07 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-11-16 11:50:07 +0300
commit969afaf753f96ac699e5ac3d02fb3d2e3c94c647 (patch)
treefae1dd9da4bb1b588bb4dc34094590076fe56a6b /winsup/cygserver/ChangeLog
parent88dc5cc365c2aba3e157d4805c8a4ec182118187 (diff)
* Makefile.in (cygserver.exe): Link with -static to avoid linking
against cygstdc++-6.dll due to references to __cxa_pure_virtual.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r--winsup/cygserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index a92896aef..8233ce0d8 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-16 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (cygserver.exe): Link with -static to avoid linking
+ against cygstdc++-6.dll due to references to __cxa_pure_virtual.
+
2009-11-06 Corinna Vinschen <corinna@vinschen.de>
* transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):