forked from koniifer/ableos
25 lines
674 B
JSON
25 lines
674 B
JSON
{
|
|
"arch": "aarch64",
|
|
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
|
|
"disable-redzone": true,
|
|
"env": "",
|
|
"executables": true,
|
|
"features": "+strict-align,+neon,+fp-armv8",
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
"linker-is-gnu": true,
|
|
"pre-link-args": {
|
|
"ld.lld": [
|
|
"-Tkernel/lds/aarch64-qemu.ld"
|
|
]
|
|
},
|
|
"llvm-target": "aarch64-unknown-none",
|
|
"max-atomic-width": 128,
|
|
"os": "none",
|
|
"panic-strategy": "abort",
|
|
"relocation-model": "static",
|
|
"target-c-int-width": "32",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"vendor": ""
|
|
} |