From 4484f7fc394a524feeb56e701841b788d8eb99c8 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Wed, 14 Sep 2022 17:23:33 +0200 Subject: [PATCH] Load rust code but it's corrupted --- stage2/x86_64-loadnothing.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/stage2/x86_64-loadnothing.json b/stage2/x86_64-loadnothing.json index 1972d9b..ee812b3 100644 --- a/stage2/x86_64-loadnothing.json +++ b/stage2/x86_64-loadnothing.json @@ -1,9 +1,9 @@ { - "llvm-target": "x86_64-unknown-none", - "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128", - "arch": "x86_64", + "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": "64", + "target-pointer-width": "32", "target-c-int-width": "32", "os": "none", "executables": true, @@ -11,5 +11,6 @@ "linker": "rust-lld", "panic-strategy": "abort", "disable-redzone": true, - "features": "-mmx,-sse,+soft-float" + "features": "-mmx,-sse,+soft-float", + "cpu": "pentium" } -- 2.44.0