yggdrasil/userspace/lib/ygglibc/etc/x86_64-unknown-none.json

31 lines
720 B
JSON
Raw Normal View History

2024-11-11 15:19:36 +02:00
{
"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",
2024-11-15 11:14:08 +02:00
"features": "+sse,-soft-float",
2024-11-11 15:19:36 +02:00
"disable-redzone": true,
"executables": true,
"panic-strategy": "abort",
"dynamic-linking": true,
2024-11-12 17:07:06 +02:00
"relocation-model": "pic",
"position-independent-executables": true,
"crt-static-allows-dylibs": true,
"crt-static-respected": true,
2024-11-11 15:19:36 +02:00
2024-11-17 23:32:07 +02:00
"has-thread-local": true,
2024-11-11 15:19:36 +02:00
"linker": "rust-lld",
2024-11-12 17:07:06 +02:00
"linker-flavor": "ld.lld",
"pre-link-args": {
2024-11-12 17:07:06 +02:00
"ld.lld": [
"--dynamic-linker=/libexec/dyn-loader"
]
}
2024-11-11 15:19:36 +02:00
}