mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"llvm-target": "x86_64-unknown-none",
|
|
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
|
|
"cpu": "x86-64",
|
|
"arch": "x86_64",
|
|
"features": "-mmx,-sse,+soft-float",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"target-c-int-width": "32",
|
|
"os": "none",
|
|
"linker-flavor": "ld",
|
|
"pre-link-args": {
|
|
"ld": [
|
|
"-m64"
|
|
]
|
|
},
|
|
"no-compiler-rt": true,
|
|
"disable-redzone": true,
|
|
"eliminate-frame-pointer": false,
|
|
"morestack": false
|
|
} |