mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-11 07:10:59 +00:00
25 lines
626 B
JSON
25 lines
626 B
JSON
{
|
|
"arch": "aarch64",
|
|
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
|
|
"executables": true,
|
|
"linker-flavor": "ld.lld",
|
|
"linker-is-gnu": true,
|
|
"pre-link-args": {
|
|
"ld.lld": [
|
|
"--script=link.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": "pic",
|
|
"target-c-int-width": "32",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"disable-redzone": true
|
|
}
|