18 lines
477 B
JSON
18 lines
477 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,
|
|
"executables": true,
|
|
"features": "+strict-align,+neon,+fp-armv8",
|
|
"linker": "rust-lld",
|
|
"linker-flavor": "ld.lld",
|
|
"llvm-target": "aarch64-unknown-none",
|
|
"max-atomic-width": 128,
|
|
"panic-strategy": "abort",
|
|
"relocation-model": "static",
|
|
"target-pointer-width": "64",
|
|
"pre-link-args": {
|
|
"ld.lld": [ "-Tetc/aarch64-osdev5.ld" ]
|
|
}
|
|
}
|