mirror of
https://github.com/BlueTheDuck/nds-rs.git
synced 2025-06-18 19:15:32 -04:00
11 lines
304 B
TOML
11 lines
304 B
TOML
[build]
|
|
target = ".cargo/armv5te-nintendo-ds-newlibeabi.json"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[target.armv5te-nintendo-ds-newlibeabi]
|
|
rustflags = [ "--cfg", "portable_atomic_no_outline_atomics" ]
|
|
linker = "arm-none-eabi-gcc"
|