mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
re-organize order of target spec to match blog post
This commit is contained in:
committed by
Philipp Oppermann
parent
844f0f0051
commit
b106ed8fc0
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"llvm-target": "x86_64-unknown-linux-gnu",
|
"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",
|
||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"target-endian": "little",
|
"target-endian": "little",
|
||||||
"target-pointer-width": "64",
|
"target-pointer-width": "64",
|
||||||
"target-c-int-width": "32",
|
"target-c-int-width": "32",
|
||||||
"os": "none",
|
"os": "none",
|
||||||
"linker-flavor": "ld.lld",
|
|
||||||
"executables": true,
|
"executables": true,
|
||||||
"features": "-mmx,-sse,+soft-float",
|
"linker-flavor": "ld.lld",
|
||||||
|
"panic-strategy": "abort",
|
||||||
"disable-redzone": true,
|
"disable-redzone": true,
|
||||||
"panic-strategy": "abort"
|
"features": "-mmx,-sse,+soft-float"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user