Re: [PATCH 04/10] gnu: cross-build: i686-w64-mingw32: new cross target.

2016-05-02 Thread Jan Nieuwenhuizen
changed some line breaks to not exeed 80 chars. Greetings, Jan >From 4ef0e89a5e8b8878db4717b901d226c7133b8deb Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 17 Apr 2016 18:42:43 +0200 Subject: [PATCH 04/10] gnu: cross-build: i686-w64-mingw32: new cross target. * guix/utils.sc

Re: [PATCH 04/10] gnu: cross-build: i686-w64-mingw32: new cross target.

2016-05-02 Thread Andy Wingo
On Fri 29 Apr 2016 17:12, Jan Nieuwenhuizen writes: > @@ -288,7 +379,11 @@ GCC that does not target a libc; otherwise, target that > libc." > (xbinutils (cross-binutils target))) >"Return a libc cross-built for TARGET, a GNU triplet. Use XGCC and > XBINUTILS and the c

[PATCH 04/10] gnu: cross-build: i686-w64-mingw32: new cross target.

2016-04-29 Thread Jan Nieuwenhuizen
* guix/utils.scm (mingw-target?): New function. * gnu/packages/cross-base.scm (cross-gcc-snippet): New function for mingw. (cross-gcc): Use it. (cross-gcc-arguments, cross-gcc-patches, cross-gcc): Support mingw. (native-libc, cross-newlib?): New functions. (cross-libc): Use cross-newlib? to support