David Craven <da...@craven.ch> 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!