aboutsummaryrefslogtreecommitdiff
path: root/x86_64-strix.json
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-18 19:30:03 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-18 19:30:03 +0100
commitcc3f06848d521f1602dfb7603ee205b8e549016b (patch)
tree8778e684bc913205d9b822c109cd9680cca064e2 /x86_64-strix.json
parenta008a0ce567dc0efb55536eb9306c86f3a0551a9 (diff)
fixed some of the stuff by copying directly from the tutorial (mine had errors)
Diffstat (limited to 'x86_64-strix.json')
-rw-r--r--x86_64-strix.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/x86_64-strix.json b/x86_64-strix.json
deleted file mode 100644
index a66b07b..0000000
--- a/x86_64-strix.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "llvm-target": "x86_64-unknown-none",
- "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
- "arch": "x86_64",
- "target-endian": "little",
- "target-pointer-width": 64,
- "target-c-int-width": 32,
- "os": "none",
- "executables": true,
- "linker-flavor": "ld.lld",
- "linker": "rust-lld",
- "panic-strategy": "abort",
- "disable-redzone": true,
- "features": "-mmx,-sse,+soft-float",
- "rustc-abi": "x86-softfloat"
-}