mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add required linket-flavor field to target specification
This commit is contained in:
committed by
GitHub
parent
fd11d71f08
commit
6ef85ecd69
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user