mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-01 21:34:09 -04:00
0e57942c36
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
28 lines
768 B
JSON
28 lines
768 B
JSON
{
|
|
"env": "newlib",
|
|
"target-family": "unix",
|
|
"target-c-int-width": "32",
|
|
"target-endian": "little",
|
|
"target-pointer-width": "64",
|
|
"os": "horizon",
|
|
"arch": "aarch64",
|
|
"panic-strategy": "unwind",
|
|
"dynamic-linking" : false,
|
|
"features": "+a53,+strict-align",
|
|
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
|
|
"executables": true,
|
|
"position-independent-executables" : true,
|
|
"linker-flavor": "gcc",
|
|
"llvm-target": "aarch64-unknown-none",
|
|
"has-thread-local": false,
|
|
"linker-is-gnu" : true,
|
|
"disable-redzone" : true,
|
|
"relocation-model" : "pic",
|
|
"max-atomic-width": 128,
|
|
"exe-suffix": ".elf",
|
|
"staticlib-suffix" : ".a",
|
|
"trap-unreachable" : true,
|
|
"emit-debug-gdb-scripts" : true,
|
|
"requires-uwtable" : true
|
|
}
|