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: Make check in trunk Date: Fri, 05 Sep 2014 09:54:24 +0300 Message-ID: <83iol2eevz.fsf@gnu.org> References: <83ppfef59r.fsf@gnu.org> <87wq9m813a.fsf@wanadoo.es> <83d2bef0wk.fsf@gnu.org> <837g1lgajz.fsf@gnu.org> <86bnqxobb5.fsf@gmail.com> <85ha0n42yi.fsf@stephe-leake.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1409900084 18046 80.91.229.3 (5 Sep 2014 06:54:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 06:54:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 08:54:37 2014 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 1XPnPn-00053y-HG for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2014 08:54:35 +0200 Original-Received: from localhost ([::1]:55681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPnPn-0002Ke-1z for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2014 02:54:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPnPV-0002Hq-E4 for emacs-devel@gnu.org; Fri, 05 Sep 2014 02:54:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPnPP-0003OR-5c for emacs-devel@gnu.org; Fri, 05 Sep 2014 02:54:17 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:37832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPnPO-0003OH-Tz for emacs-devel@gnu.org; Fri, 05 Sep 2014 02:54:11 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NBF005001CQ4500@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Fri, 05 Sep 2014 09:54:09 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBF0051P1U94W00@a-mtaout21.012.net.il>; Fri, 05 Sep 2014 09:54:09 +0300 (IDT) In-reply-to: <85ha0n42yi.fsf@stephe-leake.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174028 Archived-At: > From: Stephen Leake > Date: Thu, 04 Sep 2014 14:09:57 -0500 > > >> Are you saying that MSYS cannot run MinGW64? > > I was under the impression that it could not. It would certainly require > compiling the 64 bit gcc toolchain from scratch I don't see why: 32-bit programs (MSYS Bash and Make) can easily invoke 64-bit programs (MinGW64 GCC and Binutils). MSYS and MinGW32/MinGW64 are 2 separate parts, and do not depend on each other. I was talking only about the MSYS part.