1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-05 16:10:31 +02:00

Need to specify linker script for examples.

This commit is contained in:
Andrew Walbran 2023-03-03 18:03:39 +00:00
parent 2d64edf0d6
commit 6490657dcf

View File

@ -1,2 +1,5 @@
[build]
target = "thumbv7em-none-eabihf" # Cortex-M4F
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = ["-C", "link-arg=-Tlink.x"]