22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"llvm-target": "i686-unknown-none",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
|
|
"arch": "x86",
|
|
"os": "none",
|
|
"env": "",
|
|
"vendor": "unknown",
|
|
"linker-flavor": "ld.lld",
|
|
"linker": "rust-lld",
|
|
"panic-strategy": "abort",
|
|
"disable-redzone": true,
|
|
"features": "-mmx,-sse,-sse2",
|
|
"executables": true,
|
|
"relocation-model": "static",
|
|
"code-model": "small",
|
|
"pre-link-args": {
|
|
"ld.lld": ["-Tkernel.ld"]
|
|
}
|
|
} |