guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/17] gnu: linux-libre: Add support for cross-compilation.


From: Ludovic Courtès
Subject: Re: [PATCH 06/17] gnu: linux-libre: Add support for cross-compilation.
Date: Sun, 11 Sep 2016 22:58:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

David Craven <address@hidden> skribis:

> * gnu/packages/linux.scm (linux-libre): Add support for
>   cross-compilation.

[...]

> +               (when target
> +                 (setenv "CROSS_COMPILE" (string-append target "-"))
> +                 (format #t "`CROSS_COMPILE' set to `~a'~%" (getenv 
> "CROSS_COMPILE"))))

[...]

> +                    (mit    (assoc-ref (or native-inputs inputs) 
> "module-init-tools")))

Please keep lines below 80 columns.

Otherwise OK!



reply via email to

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