See http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg01128.html
+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.
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