mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 08:54:15 +00:00
45 lines
1,009 B
JSON
45 lines
1,009 B
JSON
{
|
|
"abi-blacklist": [
|
|
"stdcall",
|
|
"fastcall",
|
|
"vectorcall",
|
|
"thiscall",
|
|
"win64",
|
|
"sysv64"
|
|
],
|
|
"arch": "aarch64",
|
|
"crt-static-default": false,
|
|
"crt-static-respected": false,
|
|
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
|
|
"dynamic-linking": true,
|
|
"dynamic-linking-available": true,
|
|
"executables": true,
|
|
"has-elf-tls": false,
|
|
"has-rpath": false,
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
"llvm-target": "aarch64-unknown-none",
|
|
"max-atomic-width": 128,
|
|
"os": "switch",
|
|
"panic-strategy": "abort",
|
|
"position-independent-executables": true,
|
|
"pre-link-args": {
|
|
"ld.lld": [
|
|
"-Tlink.ld",
|
|
"-init=__custom_init",
|
|
"-fini=__custom_fini",
|
|
"--export-dynamic"
|
|
]
|
|
},
|
|
"post-link-args": {
|
|
"ld.lld": [
|
|
"--no-gc-sections",
|
|
"--eh-frame-hdr"
|
|
]
|
|
},
|
|
"relro-level": "off",
|
|
"target-c-int-width": "32",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"vendor": "roblabla"
|
|
}
|