cc95ab1e25
Direct build command proven working:
RUST_TARGET_PATH=targets RUSTFLAGS='--cfg aes_force_soft' \
rustup run nightly cargo -Zunstable-options rustc \
--target x86_64-unknown-uefi -Z build-std=core,alloc \
--bin bootloader --release -- --emit link=bootloader.efi
UEFI target file fixed: removed -sse restriction causing LLVM
'Do not know how to split' error in aes crate.
Updated rust-toolchain.toml to 'nightly' (latest).
5 lines
99 B
TOML
5 lines
99 B
TOML
[toolchain]
|
|
channel = "nightly"
|
|
components = ["rust-src", "rustfmt", "clippy"]
|
|
profile = "minimal"
|