|
| 1 | +{ |
| 2 | + "llvm-target": "aarch64-unknown-linux-musl", |
| 3 | + "target-pointer-width": "64", |
| 4 | + "arch": "aarch64", |
| 5 | + "data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128", |
| 6 | + "os":"linux", |
| 7 | + "env": "musl", |
| 8 | + "panic-strategy":"abort", |
| 9 | + "requires-uwtable":false, |
| 10 | + "dynamic-linking": false, |
| 11 | + "executables": true, |
| 12 | + "exe-suffix": ".com.dbg", |
| 13 | + "emit-debug-gdb-scripts":false, |
| 14 | + "crt-static-default": true, |
| 15 | + "crt-static-respected": false, |
| 16 | + "linker-is-gnu":true, |
| 17 | + "allows-weak-linkage":true, |
| 18 | + "has-rpath": false, |
| 19 | + "has-thread-local": false, |
| 20 | + "is-builtin": false, |
| 21 | + "trap-unreachable":true, |
| 22 | + "position-independent-executables": false, |
| 23 | + "static-position-independent-executables": false, |
| 24 | + "relocation-model": "static", |
| 25 | + "disable-redzone":true, |
| 26 | + "frame-pointer":"always", |
| 27 | + "requires-lto":false, |
| 28 | + "eh-frame-header":false, |
| 29 | + "no-default-libraries":true, |
| 30 | + "max-atomic-width":64, |
| 31 | + "linker-flavor":"gcc", |
| 32 | + "linker": "./gcc-linker-wrapper.bash", |
| 33 | + "late-link-args": { |
| 34 | + "gcc": [] |
| 35 | + }, |
| 36 | + "pre-link-args": { |
| 37 | + "gcc": [ |
| 38 | + "-static" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "post-link-args": { |
| 42 | + "gcc": [ |
| 43 | + ] |
| 44 | + }, |
| 45 | + "stack-probes": { |
| 46 | + "kind": "none" |
| 47 | + }, |
| 48 | + "target-family": [ |
| 49 | + "unix" |
| 50 | + ] |
| 51 | +} |
0 commit comments