Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 4848:bde90bc762f2
Remove support for non-pdump on Cygwin.
See xemacs-patches message
<870180fe1001130949m2b4b3f08k198e360f56b7ac45@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 10:50:47 -0700 |
parents | bc4f2511bbea |
children | 9873ea104ef6 |
line wrap: on
line diff
--- a/src/Makefile.in.in Wed Jan 13 06:02:42 2010 -0600 +++ b/src/Makefile.in.in Wed Jan 13 10:50:47 2010 -0700 @@ -391,10 +391,6 @@ ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_dynamic_link_flags) #endif -#if defined (CYGWIN) && !defined (PDUMP) -ldflags += -Wl,--script=s/cygwin.sc -#endif - #ifdef SOLARIS2 %.o : %.c #else