From 6511532398a6135f055052bc49ba81aa6901e5a6 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Wed, 14 Sep 2022 17:45:11 +0200 Subject: [PATCH] Rename target to x86-loadnothing.json (from x86_64) --- stage2/.cargo/config.toml | 2 +- stage2/{x86_64-loadnothing.json => x86-loadnothing.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename stage2/{x86_64-loadnothing.json => x86-loadnothing.json} (100%) 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_64-loadnothing.json b/stage2/x86-loadnothing.json similarity index 100% rename from stage2/x86_64-loadnothing.json rename to stage2/x86-loadnothing.json -- 2.44.0