diff options
| author | Chong Yidong | 2010-04-15 21:00:45 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-04-15 21:00:45 -0400 |
| commit | 20af301df3b38ffc6ba2c6c98079c91e983d26cf (patch) | |
| tree | 782bca7be7d1e06313fc643db0acc2fc30fa001a /src | |
| parent | a4b000fb3dc67a7eedc388acf47c2002b4918665 (diff) | |
| download | emacs-20af301df3b38ffc6ba2c6c98079c91e983d26cf.tar.gz emacs-20af301df3b38ffc6ba2c6c98079c91e983d26cf.zip | |
* s/cygwin.h: Avoid linking against static libgcc.
See http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg01128.html
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/cygwin.h | 8 |
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 @@ | |||
| 1 | 2010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change) | ||
| 2 | |||
| 3 | * s/cygwin.h: Avoid linking against static libgcc. | ||
| 4 | |||
| 1 | 2010-04-15 Juri Linkov <juri@jurta.org> | 5 | 2010-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 |