Skip to content

Commit 8834efc

Browse files
authored
Add "linker_flavor": "gcc" to target.json
This field is now required; see rust-lang/rust#40018
1 parent f959cc1 commit 8834efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x86_64-unknown-intermezzos-gnu.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"cpu": "x86-64",
44
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
55
"executables": true,
6+
"linker-flavor": "gcc",
67
"llvm-target": "x86_64-unknown-none-gnu",
78
"no-compiler-rt": true,
89
"os": "intermezzos",

0 commit comments

Comments
 (0)