blob: 4db3c2d538fc01f67525c0c31a0e5f6279513acb [file] [log] [blame]
[build]
target = "riscv32imc-unknown-none-elf"
target-dir = "../../../out/matcha"
# linker script flag "-C" "link-arg=-Tlayout_matcha.ld" is defined externally
# to separate debug vs. release mode.
rustflags = [
"-C", "relocation-model=static"
]
# this doesn't work in our version of cargo yet
#[env]
#PLATFORM = "opentitan"