Core/i686-kolibri.json
2021-09-10 17:32:09 +03:00

34 lines
872 B
JSON

{
"arch": "x86",
"cpu": "pentium",
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
"dynamic-linking": false,
"executables": true,
"has-elf-tls": false,
"has-rpath": true,
"is-builtin": false,
"linker-flavor": "gcc",
"linker": "gcc",
"llvm-target": "i686-unknown-none-code32",
"pre-link-args": {
"gcc": [
"-nostdlib",
"-Wl,--build-id=none",
"-Wl,--as-needed",
"-Wl,-z,noexecstack",
"-m32"
]
},
"max-atomic-width": 32,
"os": "none",
"relocation-model": "static",
"position-independent-executables": false,
"relro-level": "off",
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "32",
"vendor": "unknown",
"panic-strategy": "abort",
"disable-redzone": true
}