unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c
@ 2010-07-23 22:44 Ken Brown
  2010-07-24  1:23 ` Chong Yidong
  2010-07-24  5:13 ` Dan Nicolaescu
  0 siblings, 2 replies; 10+ messages in thread
From: Ken Brown @ 2010-07-23 22:44 UTC (permalink / raw)
  To: 6715

The conclusion of

   http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg00398.html

was that the Cygwin build of Emacs should use pre-crt0.c instead of 
ecrt0.c.  The following patch accomplishes this:

--- configure.in.orig	2010-07-12 10:39:38.000000000 -0400
+++ configure.in	2010-07-23 17:01:00.468750000 -0400
@@ -1060,7 +1060,7 @@
  case $opsys in
    cygwin )
      LIB_MATH=
-    START_FILES='ecrt0.o'
+    START_FILES='pre-crt0.o'
      ;;
    darwin )
      ## Adding -lm confuses the dynamic linker, so omit it.

I'm sending this as a bug report so it doesn't get forgotten.  Please 
apply it to the trunk.

Thanks.

Ken





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-07-25 20:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-23 22:44 bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c Ken Brown
2010-07-24  1:23 ` Chong Yidong
2010-07-24  5:13 ` Dan Nicolaescu
2010-07-24 12:22   ` Ken Brown
2010-07-24 18:48     ` Ken Brown
2010-07-24 20:26       ` Eli Zaretskii
2010-07-24 21:33         ` Ken Brown
2010-07-24 21:34       ` Dan Nicolaescu
2010-07-25 14:38         ` Ken Brown
2010-07-25 20:39           ` Dan Nicolaescu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).