mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
23 lines
451 B
TOML
23 lines
451 B
TOML
[unstable]
|
|
build-std = ["core", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[build]
|
|
target = "thumbv4t-none-eabi"
|
|
|
|
[target.thumbv4t-none-eabi]
|
|
rustflags = [
|
|
"-Clink-arg=-Tgba.ld",
|
|
"-Ctarget-cpu=arm7tdmi",
|
|
"-Cforce-frame-pointers=yes",
|
|
]
|
|
runner = "mgba-test-runner"
|
|
|
|
[target.armv4t-none-eabi]
|
|
rustflags = [
|
|
"-Clink-arg=-Tgba.ld",
|
|
"-Ctarget-cpu=arm7tdmi",
|
|
"-Cforce-frame-pointers=yes",
|
|
]
|
|
runner = "mgba-test-runner"
|