21 lines
598 B
JSON
21 lines
598 B
JSON
{
|
|
"arch": "x86",
|
|
"cpu": "i386",
|
|
"data-layout": "e-m:e-i32:32-f80:128-n8:16:32-S128-p:32:32",
|
|
"dynamic-linking": false,
|
|
"executables": true,
|
|
"linker-flavor": "ld.lld",
|
|
"linker": "rust-lld",
|
|
"llvm-target": "i386-pc-none",
|
|
"max-atomic-width": 64,
|
|
"position-independent-executables": false,
|
|
"disable-redzone": true,
|
|
"target-c-int-width": "32",
|
|
"target-pointer-width": "32",
|
|
"target-endian": "little",
|
|
"panic-strategy": "abort",
|
|
"os": "none",
|
|
"vendor": "pc",
|
|
"relocation-model": "static",
|
|
"features": "-sse,-mmx,+soft-float"
|
|
}
|