unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Tiny Cygwin patch
@ 2010-01-23 23:03 Ken Brown
  0 siblings, 0 replies; only message in thread
From: Ken Brown @ 2010-01-23 23:03 UTC (permalink / raw)
  To: Emacs

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-23 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 23:03 Tiny Cygwin patch Ken Brown

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).