From ce0b9e33518a50142bbdea207b866dd34d6c81a0 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 17 Feb 2026 14:44:34 +0100 Subject: moved the build config to a proper location --- x86_64-strix.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 x86_64-strix.json (limited to 'x86_64-strix.json') 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" +} -- cgit v1.2.3