Skip to content
Snippets Groups Projects
Commit a190da3e authored by Jonas Schievink's avatar Jonas Schievink
Browse files

Use `true` as the armv6 linker

Horrible hack until we switch to a Cortex-M0 device crate that works with armv6.
parent df85298c
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
runner = 'arm-none-eabi-gdb' runner = 'arm-none-eabi-gdb'
rustflags = [ rustflags = [
"-C", "link-arg=-Tlink.x", "-C", "link-arg=-Tlink.x",
"-C", "linker=arm-none-eabi-ld", "-C", "linker=true",
"-Z", "linker-flavor=ld", "-Z", "linker-flavor=ld",
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment