Simplify kernel build recipe
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.
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.