Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 1213:1ab9c4a77230
[xemacs-hg @ 2003-01-15 08:46:18 by youngs]
2003-01-14 Sergey Okhapkin <sos@prospect.com.ru>
* Makefile.in.in (ldflags): re-order sections for gcc 3.2.
* s/cygwin.sc: new linker file.
author | youngs |
---|---|
date | Wed, 15 Jan 2003 08:46:22 +0000 |
parents | 25e260cb7994 |
children | 465bd3c7d932 |
comparison
equal
deleted
inserted
replaced
1212:df55bd0e8275 | 1213:1ab9c4a77230 |
---|---|
271 | 271 |
272 cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all) | 272 cppflags = $(CPPFLAGS) -Demacs -I. $(c_switch_all) |
273 cflags = $(CFLAGS) $(cppflags) | 273 cflags = $(CFLAGS) $(cppflags) |
274 #if defined (WIN32_NATIVE) || defined (CYGWIN) | 274 #if defined (WIN32_NATIVE) || defined (CYGWIN) |
275 ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags) | 275 ldflags = $(LDFLAGS) -mwindows -e _mainCRTStartup $(ld_switch_all) $(ld_dynamic_link_flags) |
276 # if defined (CYGWIN) | |
277 ldflags += -Wl,--script=s/cygwin.sc | |
278 # endif | |
276 #else | 279 #else |
277 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) | 280 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) |
278 #endif | 281 #endif |
279 | 282 |
280 #ifdef SOLARIS2 | 283 #ifdef SOLARIS2 |