comparison src/s/cygwin.h @ 107872:9882f2fb5dab

* s/cygwin.h: Avoid linking against static libgcc. See http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg01128.html
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 15 Apr 2010 21:00:45 -0400
parents 1d1d5d9bd884
children 39488fd097e8
comparison
equal deleted inserted replaced
107871:d7b161b7a686 107872:9882f2fb5dab
130 memalign and on Cygwin, that becomes the Cygwin-supplied memalign. 130 memalign and on Cygwin, that becomes the Cygwin-supplied memalign.
131 As malloc is not the Cygwin malloc, the Cygwin memalign always 131 As malloc is not the Cygwin malloc, the Cygwin memalign always
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
138 (do not change this comment) */ 146 (do not change this comment) */