aboutsummaryrefslogtreecommitdiff
path: root/compiler/x86_64-rustubs.json
diff options
context:
space:
mode:
authorTianhao Wang <shrik3@mailbox.org>2024-04-16 18:23:45 +0200
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:13:40 +0200
commitf72b2b11b8603f8afdd0a2d0d16d51c64747c4ea (patch)
treee0309a11258e0809794be679a1fe432a9ef37ce0 /compiler/x86_64-rustubs.json
parent425e3fd1fd97e50041d8272bf4bcc7c1107571a1 (diff)
re-organize code
Diffstat (limited to 'compiler/x86_64-rustubs.json')
-rw-r--r--compiler/x86_64-rustubs.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/compiler/x86_64-rustubs.json b/compiler/x86_64-rustubs.json
new file mode 100644
index 0000000..93512ed
--- /dev/null
+++ b/compiler/x86_64-rustubs.json
@@ -0,0 +1,13 @@
+{
+ "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",
+ "linker-flavor": "gcc",
+ "target-endian": "little",
+ "target-pointer-width": "64",
+ "target-c-int-width": "32",
+ "arch": "x86_64",
+ "os": "none",
+ "disable-redzone": true,
+ "features": "-mmx,-sse,-avx,+soft-float",
+ "frame-pointer": "always"
+}