You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"abi-blacklist": [
|
|
|
|
"stdcall",
|
|
|
|
"fastcall",
|
|
|
|
"vectorcall",
|
|
|
|
"thiscall",
|
|
|
|
"win64",
|
|
|
|
"sysv64"
|
|
|
|
],
|
|
|
|
"arch": "aarch64",
|
|
|
|
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
|
|
|
|
"executables": true,
|
|
|
|
"linker": "aarch64-none-elf-ld",
|
|
|
|
"linker-flavor": "ld",
|
|
|
|
"linker-is-gnu": true,
|
|
|
|
"pre-link-args": {
|
|
|
|
"ld": [
|
|
|
|
"-Tsrc/arch/aarch64/boot/linker.ld"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"llvm-target": "aarch64-unknown-none",
|
|
|
|
"no-compiler-rt": true,
|
|
|
|
"features": "+a53,+strict-align",
|
|
|
|
"max-atomic-width": 128,
|
|
|
|
"os": "none",
|
|
|
|
"panic": "abort",
|
|
|
|
"panic-strategy": "abort",
|
|
|
|
"relocation-model": "static",
|
|
|
|
"position-independent-executables": true,
|
|
|
|
"target-c-int-width": "32",
|
|
|
|
"target-endian": "little",
|
|
|
|
"target-pointer-width": "64",
|
|
|
|
"target-family": "unix",
|
|
|
|
"disable-redzone": true
|
|
|
|
}
|