From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41827) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hxs6N-00061v-42 for guix-patches@gnu.org; Wed, 14 Aug 2019 08:10:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxs6M-0008G6-93 for guix-patches@gnu.org; Wed, 14 Aug 2019 08:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hxs6M-0008Fx-05 for guix-patches@gnu.org; Wed, 14 Aug 2019 08:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hxs6L-00033c-Pc for guix-patches@gnu.org; Wed, 14 Aug 2019 08:10:01 -0400 Subject: [bug#37012] [PATCH] gnu: mingw: Add x86_64 support. Resent-Message-ID: MIME-Version: 1.0 References: In-Reply-To: From: "Thompson, David" Date: Wed, 14 Aug 2019 08:09:29 -0400 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Carl Dong Cc: 37012@debbugs.gnu.org Hi Carl, On Mon, Aug 12, 2019 at 4:47 PM Carl Dong wrote: > > This patch parameterizes previously hard-coded instances of > i686-w64-mingw32, adding support for x86_64-w64-mingw32. Thanks for doing this! I've been experimenting with building Guile projects for Windows and this was on my wishlist. Which reminds me, I have a patch series that updates to the latest version of MinGW that I should share. - Dave