From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57242) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2xNn-0006Iv-G2 for guix-patches@gnu.org; Wed, 28 Aug 2019 08:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2xNm-0003SU-I6 for guix-patches@gnu.org; Wed, 28 Aug 2019 08:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41106) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i2xNm-0003SO-E1 for guix-patches@gnu.org; Wed, 28 Aug 2019 08:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i2xNm-0001hH-Bi for guix-patches@gnu.org; Wed, 28 Aug 2019 08:49:02 -0400 Subject: bug#37028: [PATCH] gnu: mingw-w64: Update to 6.0.0. Resent-To: guix-patches@gnu.org Resent-Message-ID: MIME-Version: 1.0 References: <20190814125914.18543-1-dthompson2@worcester.edu> <874l22mfc6.fsf@gnu.org> In-Reply-To: <874l22mfc6.fsf@gnu.org> From: "Thompson, David" Date: Wed, 28 Aug 2019 08:48:24 -0400 Message-ID: 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37028-done@debbugs.gnu.org On Tue, Aug 27, 2019 at 6:08 PM Ludovic Court=C3=A8s wrote: > > 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. Done and pushed. Thanks for the review. - Dave