On Fri 29 Apr 2016 17:12, Jan Nieuwenhuizen <jann...@gnu.org> 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