David Craven <da...@craven.ch> skribis: > * gnu/packages/linux.scm (linux-libre): Add support for > cross-compilation.
Awesome! I suppose you tested it with: guix build --target=arm-linux-gnueabihf linux-libre right? Once this is committed, I’ll add it as a build job for Hydra. > Sorry about this. I hadn't checked that cross compilation doesn't > break native compiles. It should be (unless target (setenv ... Right, don’t break native compiles. :-) Other than that the patch LGTM. OK to commit if it works natively and with the arm-linux-gnueabihf cross-compilation target! > Also the patch with the arm config should also add armhf-linux to > supported-systems Good point. Thank you! Ludo’.