Skip to content

Commit

Permalink
target-specification: add option for linker-flavor
Browse files Browse the repository at this point in the history
In latest rustc target specification json file
is needed "linker-flavor"
for this issue: rust-lang/rust#40018
  • Loading branch information
orumin committed Jun 17, 2017
1 parent 2022a1e commit 8955640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm-none-eabi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"relocation-model": "static",
"archive-format": "gnu",
"target-env": "gnu",
"linker-flavor": "ld",
"no-compiler-rt": true,
"linker-is-gnu": true,
"disable-redzone": true,
Expand Down

0 comments on commit 8955640

Please sign in to comment.