25 lines
699 B
JSON
25 lines
699 B
JSON
{
|
|
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
|
|
"llvm-target": "i686-elf",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "32",
|
|
"target-c-int-width": "32",
|
|
"os": "vesper",
|
|
"env": "metta",
|
|
"arch": "x86",
|
|
"linker-is-gnu": true,
|
|
"executables": true,
|
|
"no-compiler-rt": false,
|
|
"relocation-model": "pic",
|
|
"position-independent-executables": false,
|
|
"dynamic-linking": false,
|
|
"has-elf-tls": true,
|
|
"panic-strategy": "abort",
|
|
"no-default-libraries": true,
|
|
"linker-flavor": "gcc",
|
|
"pre-link-args": {
|
|
"gcc": ["-m32", "-ffreestanding", "-nodefaultlibs", "-nostdlib"]
|
|
},
|
|
"default-codegen-units": 1
|
|
}
|