diff options
-rw-r--r-- | stage2/.cargo/config.toml | 2 | ||||
-rw-r--r-- | stage2/x86-loadnothing.json (renamed from stage2/x86_64-loadnothing.json) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index ee812b3..ee812b3 100644 --- a/stage2/x86_64-loadnothing.json +++ b/stage2/x86-loadnothing.json |