Add required linket-flavor field to target specification

This commit is contained in:
Philipp Oppermann
2017-04-20 19:29:23 +02:00
committed by GitHub
parent fd11d71f08
commit 6ef85ecd69

View File

@@ -131,6 +131,7 @@ For our target system, we define the following JSON configuration in a file name
{ {
"llvm-target": "x86_64-unknown-none", "llvm-target": "x86_64-unknown-none",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128", "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"linker-flavor": "gcc",
"target-endian": "little", "target-endian": "little",
"target-pointer-width": "64", "target-pointer-width": "64",
"arch": "x86_64", "arch": "x86_64",