Skip to content
Find file
cd9cf2c
24 lines (23 sloc) 741 Bytes
{
"llvm-target": "i686-unknown-redox",
"target-endian": "little",
"target-pointer-width": "32",
"arch": "x86",
"os": "redox",
"env": "",
"vendor": "unknown",
"pre-link-args": ["-m32", "-nostdlib", "-static", "build/i386-unknown-redox/debug/crt0.o"],
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2",
"dynamic-linking": false,
"executables": true,
"relocation-model": "static",
"code-model": "kernel",
"disable-redzone": true,
"eliminate-frame-pointer": true,
"exe-suffix": ".bin",
"has-rpath": false,
"no-compiler-rt": true,
"no-default-libraries": true,
"position-independent-executables": false,
"has-elf-tls": false
}
Something went wrong with that request. Please try again.