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:
parent
2d64edf0d6
commit
6490657dcf
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user