]> git.lizzy.rs Git - loadnothing.git/commitdiff
Rename target to x86-loadnothing.json (from x86_64)
authorHimbeerserverDE <himbeerserverde@gmail.com>
Wed, 14 Sep 2022 15:45:11 +0000 (17:45 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Wed, 14 Sep 2022 15:45:11 +0000 (17:45 +0200)
stage2/.cargo/config.toml
stage2/x86-loadnothing.json [new file with mode: 0644]
stage2/x86_64-loadnothing.json [deleted file]

index 354486a8db9541caa3211b9cd557cfbaaeb12a30..43992ea6314098e4bbd4f3c4b73498ac52f56c8d 100644 (file)
@@ -3,4 +3,4 @@ build-std = ["core", "compiler_builtins"]
 build-std-features = ["compiler-builtins-mem", "panic_immediate_abort"]
 
 [build]
-target = "x86_64-loadnothing.json"
+target = "x86-loadnothing.json"
diff --git a/stage2/x86-loadnothing.json b/stage2/x86-loadnothing.json
new file mode 100644 (file)
index 0000000..ee812b3
--- /dev/null
@@ -0,0 +1,16 @@
+{
+       "llvm-target": "i586-unknown-none-code16",
+       "data-layout": "e-m:e-p:32:32-f64:32: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",
+       "cpu": "pentium"
+}
diff --git a/stage2/x86_64-loadnothing.json b/stage2/x86_64-loadnothing.json
deleted file mode 100644 (file)
index ee812b3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-       "llvm-target": "i586-unknown-none-code16",
-       "data-layout": "e-m:e-p:32:32-f64:32: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",
-       "cpu": "pentium"
-}