From: HimbeerserverDE Date: Wed, 14 Sep 2022 15:45:11 +0000 (+0200) Subject: Rename target to x86-loadnothing.json (from x86_64) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=6511532398a6135f055052bc49ba81aa6901e5a6;p=loadnothing.git Rename target to x86-loadnothing.json (from x86_64) --- diff --git a/stage2/.cargo/config.toml b/stage2/.cargo/config.toml index 354486a..43992ea 100644 --- a/stage2/.cargo/config.toml +++ b/stage2/.cargo/config.toml @@ -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 index 0000000..ee812b3 --- /dev/null +++ b/stage2/x86-loadnothing.json @@ -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 index ee812b3..0000000 --- a/stage2/x86_64-loadnothing.json +++ /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" -}