aboutsummaryrefslogtreecommitdiff
path: root/arch/x86.json
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86.json')
-rw-r--r--arch/x86.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/x86.json b/arch/x86.json
new file mode 100644
index 0000000..9b558de
--- /dev/null
+++ b/arch/x86.json
@@ -0,0 +1,15 @@
+{
+ "llvm-target": "i686-unknown-none",
+ "data-layout": "e-m:e-p:32:32-i64:64-f80:32-n8:16:32-S128",
+ "arch": "x86",
+ "target-endian": "little",
+ "target-pointer-width": "32",
+ "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"
+}