From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40144) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2jeB-0002jx-Gz for guix-patches@gnu.org; Tue, 27 Aug 2019 18:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2jeA-0006ot-LK for guix-patches@gnu.org; Tue, 27 Aug 2019 18:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40713) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i2jeA-0006on-IF for guix-patches@gnu.org; Tue, 27 Aug 2019 18:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i2jeA-0002PM-BM for guix-patches@gnu.org; Tue, 27 Aug 2019 18:09:02 -0400 Subject: [bug#37028] [PATCH] gnu: mingw-w64: Update to 6.0.0. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190814125914.18543-1-dthompson2@worcester.edu> Date: Wed, 28 Aug 2019 00:08:25 +0200 In-Reply-To: <20190814125914.18543-1-dthompson2@worcester.edu> (David Thompson's message of "Wed, 14 Aug 2019 08:59:14 -0400") Message-ID: <874l22mfc6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: David Thompson Cc: 37028@debbugs.gnu.org David Thompson skribis: > * gnu/packages/mingw.scm (mingw-w64): Update to 6.0.0. > * gnu/build/cross-toolchain.scm (set-cross-path/mingw): Add additional > autoconf-like substitutions. > --- > gnu/build/cross-toolchain.scm | 6 +- > gnu/packages/mingw.scm | 6 +- > .../patches/mingw-w64-6.0.0-gcc.patch | 65 +++++++++++++++++++ (Cc=E2=80=99ing Janneke as the MinGW expert for a heads-up. :-)) Please mention the new patch in the log and add it to gnu/local.mk. Otherwise LGTM! Thanks, Ludo=E2=80=99.