Skip to content

Commit 1c90948

Browse files
author
Jorge Aparicio
committed
pass -nostartfiles to the linker
1 parent 213d929 commit 1c90948

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.cargo/config

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[target.thumbv6m-none-eabi]
2+
rustflags = ["-C", "link-arg=-nostartfiles"]
3+
4+
[target.thumbv7m-none-eabi]
5+
rustflags = ["-C", "link-arg=-nostartfiles"]
6+
7+
[target.thumbv7em-none-eabi]
8+
rustflags = ["-C", "link-arg=-nostartfiles"]
9+
10+
[target.thumbv7em-none-eabihf]
11+
rustflags = ["-C", "link-arg=-nostartfiles"]

0 commit comments

Comments
 (0)