aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/cygwin.h8
2 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d89f51001a..789f7dc8c56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
2
3 * s/cygwin.h: Avoid linking against static libgcc.
4
12010-04-15 Juri Linkov <juri@jurta.org> 52010-04-15 Juri Linkov <juri@jurta.org>
2 6
3 * window.c: Add Qscroll_command. 7 * window.c: Add Qscroll_command.
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 9ca5c67ce37..9f4669d6e3f 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -132,6 +132,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
132 returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */ 132 returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */
133#define G_SLICE_ALWAYS_MALLOC 133#define G_SLICE_ALWAYS_MALLOC
134 134
135/* Don't link against static libgcc */
136#define LIB_GCC
137
138/* Don't list system libs on link command line */
139#define LIB_STANDARD
140#define LIB_MATH
141#define LIBS_DEBUG
142
135/* the end */ 143/* the end */
136 144
137/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b 145/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b