14 lines
390 B
JSON
14 lines
390 B
JSON
{
|
|
"arch": "x86",
|
|
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
|
|
"llvm-target": "i686-unknown-none",
|
|
"linker-flavor": "gcc",
|
|
"no-compiler-rt": true,
|
|
"os": "bluesnow",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"features": "-mmx,-fxsr,-sse,-sse2,+soft-float",
|
|
"eliminate-frame-pointer": false,
|
|
"panic-strategy": "abort"
|
|
}
|