diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:44:34 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:44:34 +0100 |
| commit | ce0b9e33518a50142bbdea207b866dd34d6c81a0 (patch) | |
| tree | fdf2e38d5ac5b09487246e93b31c2c0aedd8ff97 /x86_64-strix.json | |
| parent | 302e22a13649ffced805b50ed51a8ce37d04eed6 (diff) | |
moved the build config to a proper location
Diffstat (limited to 'x86_64-strix.json')
| -rw-r--r-- | x86_64-strix.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x86_64-strix.json b/x86_64-strix.json new file mode 100644 index 0000000..a66b07b --- /dev/null +++ b/x86_64-strix.json @@ -0,0 +1,16 @@ +{ + "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" +} |
