Forked from Alien / Alien
471 commits behind the upstream repository.
config 215 bytes
# 编译的目标平台
[build]
target = "riscv64gc-unknown-none-elf"
# 使用我们的 linker script 来进行链接
[target.riscv64gc-unknown-none-elf]
rustflags = [
    "-Clink-arg=-T./apps/linker.ld",