From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: More diagnostics for the W32 build Date: Sat, 11 Jun 2005 14:06:34 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118489259 2234 80.91.229.2 (11 Jun 2005 11:27:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Jun 2005 11:27:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 11 13:27:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dh498-00025S-DL for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2005 13:27:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dh4DV-0001cf-BP for ged-emacs-devel@m.gmane.org; Sat, 11 Jun 2005 07:31:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dh43E-0006xn-2b for emacs-devel@gnu.org; Sat, 11 Jun 2005 07:21:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dh43B-0006w6-IR for emacs-devel@gnu.org; Sat, 11 Jun 2005 07:21:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dh43A-0006ZZ-Fc for emacs-devel@gnu.org; Sat, 11 Jun 2005 07:21:16 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dh3pW-0003NO-EZ for emacs-devel@gnu.org; Sat, 11 Jun 2005 07:07:10 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-39-167.inter.net.il [80.230.39.167]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EOX05011 (AUTH halo1); Sat, 11 Jun 2005 14:06:32 +0300 (IDT) Original-To: emacs-devel@gnu.org In-reply-to: (message from Eli Zaretskii on Sat, 04 Jun 2005 16:40:10 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38570 > Date: Sat, 04 Jun 2005 16:40:10 +0300 > From: Eli Zaretskii > > I suggest the following changes to nt/configure.bat. The purpose is > to leave behind a useful config.log file which could be perused to > find out why various parts of the configure stage failed. No one objected, so I committed these changes. Please tell me if you find any problems with them. In addition, I modified configure.bat and gmake.defs to use the "-mtune=pentium4" compiler option if the installed GCC supports it, instead of "-mcpu=i686" (the latter is still the default if -mtune or pentium4 as its value are unsupported). This takes care of the annoying compiler warning about -mcpu being deprecated. Again, if this causes any trouble, including warnings, please let me know.