Skip to content

Commit 8955640

Browse files
committed
target-specification: add option for linker-flavor
In latest rustc target specification json file is needed "linker-flavor" for this issue: rust-lang/rust#40018
1 parent 2022a1e commit 8955640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arm-none-eabi.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"relocation-model": "static",
1010
"archive-format": "gnu",
1111
"target-env": "gnu",
12+
"linker-flavor": "ld",
1213
"no-compiler-rt": true,
1314
"linker-is-gnu": true,
1415
"disable-redzone": true,

0 commit comments

Comments
 (0)