Skip to content

Commit

Permalink
Add "linker_flavor": "gcc" to target.json
Browse files Browse the repository at this point in the history
This field is now required; see rust-lang/rust#40018
  • Loading branch information
hawkw authored May 21, 2017
1 parent f959cc1 commit 8834efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x86_64-unknown-intermezzos-gnu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"cpu": "x86-64",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"executables": true,
"linker-flavor": "gcc",
"llvm-target": "x86_64-unknown-none-gnu",
"no-compiler-rt": true,
"os": "intermezzos",
Expand Down

0 comments on commit 8834efc

Please sign in to comment.