]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/cygwin.h: Avoid linking against static libgcc.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 16 Apr 2010 01:00:45 +0000 (21:00 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 16 Apr 2010 01:00:45 +0000 (21:00 -0400)
See http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg01128.html

src/ChangeLog
src/s/cygwin.h

index 9d89f51001a60916eec5830e825052c5f10b96ea..789f7dc8c56a3931881fa2f328991dc3f3c92d3c 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-16  Ken Brown  <kbrown@cornell.edu>  (tiny change)
+
+       * s/cygwin.h: Avoid linking against static libgcc.
+
 2010-04-15  Juri Linkov  <juri@jurta.org>
 
        * window.c: Add Qscroll_command.
index 9ca5c67ce378b758efd14b523538cf17a00a2c5f..9f4669d6e3ff227d1c649299c1ce6e37a29ba2ff 100644 (file)
@@ -132,6 +132,14 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    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