Add the new linker-flavor field to target json

See https://github.com/rust-lang/rust/pull/40018
This commit is contained in:
Philipp Oppermann
2017-04-12 20:45:59 +02:00
parent 239e96e8f2
commit c202937302
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{
"llvm-target": "x86_64-unknown-linux-gnu",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"linker-flavor": "gcc",
"target-endian": "little",
"target-pointer-width": "64",
"arch": "x86_64",