1{
2  "arch": "x86_64",
3  "cpu": "x86-64",
4  "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
5  "dynamic-linking": true,
6  "env": "sgx",
7  "exe-allocation-crate": "alloc_system",
8  "executables": true,
9  "has-elf-tls": true,
10  "has-rpath": true,
11  "linker-flavor": "gcc",
12  "linker-is-gnu": true,
13  "llvm-target": "x86_64-unknown-linux-gnu",
14  "max-atomic-width": 64,
15  "os": "linux",
16  "position-independent-executables": true,
17  "pre-link-args": {
18    "gcc": [
19      "-Wl,--as-needed",
20      "-Wl,-z,noexecstack",
21      "-m64"
22    ]
23  },
24  "relro-level": "full",
25  "stack-probes": true,
26  "target-c-int-width": "32",
27  "target-endian": "little",
28  "target-family": "unix",
29  "target-pointer-width": "64",
30  "vendor": "unknown"
31}
32