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

2016-09-11 Thread Ludovic Courtès
David Craven 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_CO

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

2016-09-09 Thread David Craven
* gnu/packages/linux.scm (linux-libre): Add support for cross-compilation. --- gnu/packages/linux.scm | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 436f3d3..ce714c6 100644 --- a/gnu/packages/linux.scm +++