1{ 2 "env": "newlib", 3 "target-family": "unix", 4 "target-c-int-width": "32", 5 "target-endian": "little", 6 "target-pointer-width": "64", 7 "os": "horizon", 8 "arch": "aarch64", 9 "panic-strategy": "unwind", 10 "dynamic-linking" : false, 11 "features": "+a53,+strict-align", 12 "data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128", 13 "executables": true, 14 "position-independent-executables" : true, 15 "linker-flavor": "gcc", 16 "llvm-target": "aarch64-unknown-none", 17 "has-thread-local": false, 18 "linker-is-gnu" : true, 19 "disable-redzone" : true, 20 "relocation-model" : "pic", 21 "max-atomic-width": 128, 22 "exe-suffix": ".elf", 23 "staticlib-suffix" : ".a", 24 "trap-unreachable" : true, 25 "emit-debug-gdb-scripts" : true, 26 "requires-uwtable" : true 27} 28