2024-03-04 16:31:24 +02:00
|
|
|
{
|
2024-04-09 11:59:23 +03:00
|
|
|
"arch": "aarch64",
|
|
|
|
"os": "none",
|
2024-12-16 20:15:06 +02:00
|
|
|
"abi": "softfloat",
|
2024-03-04 16:31:24 +02:00
|
|
|
"llvm-target": "aarch64-unknown-none",
|
2025-03-02 02:17:27 +02:00
|
|
|
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32",
|
2024-03-04 16:31:24 +02:00
|
|
|
"max-atomic-width": 128,
|
|
|
|
"target-pointer-width": "64",
|
2024-10-27 06:46:25 +02:00
|
|
|
"features": "+v8a,+strict-align,-neon,-fp-armv8",
|
2024-04-09 11:59:23 +03:00
|
|
|
|
|
|
|
"disable-redzone": true,
|
|
|
|
"executables": true,
|
|
|
|
"panic-strategy": "abort",
|
|
|
|
"dynamic-linking": true,
|
|
|
|
"relocation-model": "pic",
|
2024-03-04 16:31:24 +02:00
|
|
|
"eh-frame-header": false,
|
2024-04-09 11:59:23 +03:00
|
|
|
|
|
|
|
"linker": "rust-lld",
|
|
|
|
"linker-flavor": "ld.lld"
|
2024-03-04 16:31:24 +02:00
|
|
|
}
|