29 lines
904 B
JSON
29 lines
904 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-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
|
|
"arch": "x86",
|
|
"os": "none",
|
|
"env": "",
|
|
"vendor": "unknown",
|
|
"linker-flavor": "gcc",
|
|
"panic-strategy": "abort",
|
|
"pre-link-args": {
|
|
"gcc": ["-m32", "-nostdlib", "-static"]
|
|
},
|
|
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
|
|
"dynamic-linking": false,
|
|
"executables": false,
|
|
"relocation-model": "static",
|
|
"code-model": "large",
|
|
"disable-redzone": true,
|
|
"frame-pointer": "always",
|
|
"exe-suffix": "",
|
|
"has-rpath": false,
|
|
"no-default-libraries": true,
|
|
"position-independent-executables": false,
|
|
"tls-model": "global-dynamic"
|
|
}
|