emacs-devel
[Top][All Lists]
Advanced

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

Tiny Cygwin patch


From: Ken Brown
Subject: Tiny Cygwin patch
Date: Sat, 23 Jan 2010 18:03:26 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

I sent a tiny patch a while ago (libs.patch, attached to http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00493.html) that may have gotten lost because it was part of a bigger discussion. Here it is again, with a trivial change in the wording of a comment:

--- src/s/cygwin.h      2009-12-09 01:06:32 +0000
+++ src/s/cygwin.h      2009-12-10 16:05:31 +0000
@@ -132,6 +132,14 @@
    returns ENOSYS.  A workaround is to set G_SLICE=always-malloc. */
 #define G_SLICE_ALWAYS_MALLOC

+/* Don't link against static libgcc */
+#define LIB_GCC
+
+/* Don't list system libs on link command line */
+#define LIB_STANDARD
+#define LIB_MATH
+#define LIBS_DEBUG
+
 /* the end */

 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b

Can someone apply it before the next pretest?

Thanks.

Ken




reply via email to

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