31 lines
711 B
JSON
31 lines
711 B
JSON
{
|
|
"is-builtin": false,
|
|
"arch": "x86_64",
|
|
"cpu": "x86-64",
|
|
"os": "none",
|
|
"llvm-target": "x86_64-unknown-linux-gnu",
|
|
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
|
|
"max-atomic-width": 64,
|
|
"target-pointer-width": "64",
|
|
"features": "+sse,-soft-float",
|
|
|
|
"disable-redzone": true,
|
|
"executables": true,
|
|
"panic-strategy": "abort",
|
|
"dynamic-linking": true,
|
|
"relocation-model": "pic",
|
|
"position-independent-executables": true,
|
|
"crt-static-allows-dylibs": true,
|
|
|
|
"has-thread-local": true,
|
|
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
|
|
"pre-link-args": {
|
|
"ld.lld": [
|
|
"--dynamic-linker=/libexec/dyn-loader"
|
|
]
|
|
}
|
|
}
|