Skip to content

Simplify kernel build recipe

bjorn3 requested to merge bjorn3/kernel:simplify_kernel_build_recipe into master

Move a bunch of options from recipe.toml to Cargo.toml and the target specs. Also make rustc invoke the linker rather than having the recipe run it. And finally switch the linker to the lld bundled with rustc.

Merge request reports