2016-08-14 02:21:46 +02:00
|
|
|
{
|
|
|
|
"llvm-target": "x86_64-unknown-redox",
|
|
|
|
"target-endian": "little",
|
|
|
|
"target-pointer-width": "64",
|
|
|
|
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
|
|
|
|
"arch": "x86_64",
|
|
|
|
"os": "redox",
|
|
|
|
"env": "",
|
|
|
|
"vendor": "unknown",
|
|
|
|
"target-family": "redox",
|
2016-12-28 00:47:08 +01:00
|
|
|
"pre-link-args": ["-m64", "-Wl,--as-needed", "-Wl,-z,noexecstack", "-nostartfiles", "-nostdlib", "-static"],
|
2017-01-02 20:59:41 +01:00
|
|
|
"late-link-args": ["libc-artifacts/usr/lib/crt0.o", "libc-artifacts/usr/lib/libm.a", "libc-artifacts/usr/lib/libc.a", "libc-artifacts/usr/lib/libgcc.a"],
|
2016-11-03 04:46:34 +01:00
|
|
|
"features": "",
|
2016-08-14 02:21:46 +02:00
|
|
|
"dynamic-linking": false,
|
|
|
|
"executables": true,
|
|
|
|
"relocation-model": "static",
|
2016-09-10 03:08:04 +02:00
|
|
|
"code-model": "default",
|
2016-08-14 02:21:46 +02:00
|
|
|
"disable-redzone": true,
|
2016-08-15 22:34:20 +02:00
|
|
|
"eliminate-frame-pointer": false,
|
2016-08-19 03:44:31 +02:00
|
|
|
"exe-suffix": "",
|
2016-08-14 02:21:46 +02:00
|
|
|
"has-rpath": false,
|
|
|
|
"no-compiler-rt": true,
|
|
|
|
"no-default-libraries": true,
|
|
|
|
"position-independent-executables": false,
|
2016-12-28 00:47:08 +01:00
|
|
|
"lib-allocation-crate": "alloc_system",
|
|
|
|
"exe-allocation-crate": "alloc_system",
|
2016-11-11 04:02:51 +01:00
|
|
|
"has-elf-tls": true,
|
|
|
|
"panic-strategy": "abort"
|
2016-08-14 02:21:46 +02:00
|
|
|
}
|