guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andy Wingo
Subject: Re: [PATCH 04/10] gnu: cross-build: i686-w64-mingw32: new cross target.
Date: Mon, 02 May 2016 10:06:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Fri 29 Apr 2016 17:12, Jan Nieuwenhuizen <address@hidden> 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 cross tool chain."
> -  (define xlinux-headers
> +  (cond
> +   ((cross-newlib? target)
> +    (cross-newlib? target))
> +   (else
> +    (let ((xlinux-headers
>      (package (inherit linux-libre-headers)
>        (name (string-append (package-name linux-libre-headers)
>                             "-cross-" target))

This hunk looks borked.  Resend please :)

A



reply via email to

[Prev in Thread] Current Thread [Next in Thread]