mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-15 18:14:02 +00:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
[target.aarch64-unknown-none]
|
||
|
rustflags = [
|
||
|
"-C", "link-arg=-Tlink.ld",
|
||
|
"-C", "target-feature=-fp-armv8",
|
||
|
"-C", "target-cpu=cortex-a53",
|
||
|
]
|