|
@@ -1,35 +0,0 @@
|
|
|
-{
|
|
|
- "arch": "x86_64",
|
|
|
- "code-model": "kernel",
|
|
|
- "cpu": "x86-64",
|
|
|
- "os": "dragonos",
|
|
|
- "target-endian": "little",
|
|
|
- "target-pointer-width": "64",
|
|
|
- "target-family": [
|
|
|
- "unix"
|
|
|
- ],
|
|
|
- "env": "musl",
|
|
|
- "target-c-int-width": "32",
|
|
|
- "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
|
|
|
- "disable-redzone": true,
|
|
|
- "features": "-3dnow,-3dnowa,-avx,-avx2",
|
|
|
- "linker": "rust-lld",
|
|
|
- "linker-flavor": "ld.lld",
|
|
|
- "llvm-target": "x86_64-unknown-none",
|
|
|
- "max-atomic-width": 64,
|
|
|
- "panic-strategy": "abort",
|
|
|
- "position-independent-executables": true,
|
|
|
- "relro-level": "full",
|
|
|
- "stack-probes": {
|
|
|
- "kind": "inline-or-call",
|
|
|
- "min-llvm-version-for-inline": [
|
|
|
- 16,
|
|
|
- 0,
|
|
|
- 0
|
|
|
- ]
|
|
|
- },
|
|
|
- "static-position-independent-executables": true,
|
|
|
- "supported-sanitizers": [
|
|
|
- "kcfi"
|
|
|
- ]
|
|
|
-}
|