emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6715: closed (24.0.50; [PATCH] Cygwin build shou


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6715: closed (24.0.50; [PATCH] Cygwin build should use pre-crt0.c)
Date: Sat, 24 Jul 2010 01:24:01 +0000

Your message dated Fri, 23 Jul 2010 21:23:27 -0400
with message-id <address@hidden>
and subject line Re: bug#6715: 24.0.50; [PATCH] Cygwin build should use 
pre-crt0.c
has caused the GNU bug report #6715,
regarding 24.0.50; [PATCH] Cygwin build should use pre-crt0.c
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6715: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6715
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c Date: Fri, 23 Jul 2010 18:44:57 -0400 User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c Date: Fri, 23 Jul 2010 21:23:27 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
Ken Brown <address@hidden> writes:

> 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:
>
> I'm sending this as a bug report so it doesn't get forgotten.  Please
> apply it to the trunk.

Applied, thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]