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: Building Emacs on MSYS2 Date: Thu, 14 Apr 2016 19:21:18 +0300 Message-ID: <83potsduv5.fsf@gnu.org> References: <56CCD91E.6070507@alice.it> <83egc2ixji.fsf@gnu.org> <56CD798D.7060102@alice.it> <56CD8408.1000701@alice.it> <83wppuggb4.fsf@gnu.org> <56CE2CA7.5050906@alice.it> <83io1cg2pt.fsf@gnu.org> <56DA0327.2030009@alice.it> <83oaatxu72.fsf@gnu.org> <570C4307.6050907@alice.it> <83k2k2g82s.fsf@gnu.org> <570EA823.1010404@alice.it> <570EBADD.2060604@cs.ucla.edu> <570EC198.5090407@alice.it> <570EF300.3050104@cs.ucla.edu> <570F4EC7.3060403@alice.it> <83twj4dx7q.fsf@gnu.org> <878u0gyyge.fsf_-_@wanadoo.es> <570FC0BC.8030709@cs.ucla.edu> <874mb4yxqi.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1460650923 2752 80.91.229.3 (14 Apr 2016 16:22:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Apr 2016 16:22:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 14 18:22:03 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aqk1q-0007Hw-Pq for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 18:22:02 +0200 Original-Received: from localhost ([::1]:42553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqk1p-00074p-Qs for ged-emacs-devel@m.gmane.org; Thu, 14 Apr 2016 12:22:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqk1Z-00070T-VT for emacs-devel@gnu.org; Thu, 14 Apr 2016 12:21:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqk1V-00032E-Vp for emacs-devel@gnu.org; Thu, 14 Apr 2016 12:21:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqk1V-000327-S8; Thu, 14 Apr 2016 12:21:41 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1191 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aqk1V-0003VH-7Y; Thu, 14 Apr 2016 12:21:41 -0400 In-reply-to: <874mb4yxqi.fsf@wanadoo.es> (message from =?utf-8?Q?=C3=93sca?= =?utf-8?Q?r?= Fuentes on Thu, 14 Apr 2016 18:13:41 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:202915 Archived-At: > From: Óscar Fuentes > Date: Thu, 14 Apr 2016 18:13:41 +0200 > > Paul Eggert writes: > > > On 04/14/2016 08:58 AM, Óscar Fuentes wrote: > >> local with_wide_int='no' > >> > >> if test "${CARCH}" == 'x86_64'; then > >> with_wide_int='yes' > >> fi > > > > You shouldn't need this. --with-wide-int is effective only on 32-bit > > platforms; integers are always wide on 64-bit platforms. > > Right. Maybe the person who introduced that code on the PKGBUILD worried > about the possibility of changing the default on x86 to wide-int. IIRC > there was some discussion about that on the past. The discussions were about the 32-bit build. If anything, the script should use --with-wide-int in the 32-bit build, i.e. exactly the opposite of what it does now.