From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.bugs Subject: bug#6715: 24.0.50; [PATCH] Cygwin build should use pre-crt0.c Date: Sat, 24 Jul 2010 14:48:42 -0400 Message-ID: <4C4B358A.6070009@cornell.edu> References: <4C4A1B69.2050100@cornell.edu> <4C4ADB10.4030204@cornell.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1279998463 2051 80.91.229.12 (24 Jul 2010 19:07:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Jul 2010 19:07:43 +0000 (UTC) Cc: "6715@debbugs.gnu.org" <6715@debbugs.gnu.org> To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 24 21:07:41 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ock4Q-0001J2-37 for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Jul 2010 21:07:38 +0200 Original-Received: from localhost ([127.0.0.1]:57247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ock4O-0003Hu-MU for geb-bug-gnu-emacs@m.gmane.org; Sat, 24 Jul 2010 15:07:36 -0400 Original-Received: from [140.186.70.92] (port=38378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ock4J-0003Hc-NP for bug-gnu-emacs@gnu.org; Sat, 24 Jul 2010 15:07:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ock4H-0005Bh-DN for bug-gnu-emacs@gnu.org; Sat, 24 Jul 2010 15:07:31 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54689) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ock4H-0005BO-Ba for bug-gnu-emacs@gnu.org; Sat, 24 Jul 2010 15:07:29 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OcjmQ-0000C7-JM; Sat, 24 Jul 2010 14:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ken Brown Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 Jul 2010 18:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6715 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 6715-submit@debbugs.gnu.org id=B6715.1279997326734 (code B ref 6715); Sat, 24 Jul 2010 18:49:02 +0000 Original-Received: (at 6715) by debbugs.gnu.org; 24 Jul 2010 18:48:46 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ocjm8-0000Bm-VF for submit@debbugs.gnu.org; Sat, 24 Jul 2010 14:48:45 -0400 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141] helo=authusersmtp.mail.cornell.edu) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ocjm5-0000Bg-Ss for 6715@debbugs.gnu.org; Sat, 24 Jul 2010 14:48:42 -0400 Original-Received: from [192.168.1.5] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id o6OImfZb007607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Jul 2010 14:48:42 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <4C4ADB10.4030204@cornell.edu> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 24 Jul 2010 14:49:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38872 Archived-At: On 7/24/2010 8:22 AM, Ken Brown wrote: > On 7/24/2010 1:13 AM, Dan Nicolaescu wrote: >> BTW, it would be good if you could look at configure.in and see if the >> line: >> >> cygwin) LINKER="\$(CC)" ;; >> >> [Just trying to remove special cases from the build system to simplify it...] > > There's no need for cygwin to be a special case here. Fixing this also > makes the cygwin case irrelevant in the code that sets LIB_GCC a little > further down in configure.in. Please apply the attached patch. Never mind. I was just given access to the repository, and I applied the patch myself. I didn't regenerate configure. I wasn't sure if I should do that or not. Since this is my first commit, I would appreciate it if one of the experienced people would check that I did it right. Thanks. Ken