From 7faebe1a5c19117c5d4e530325651c5c5f4213b6 Mon Sep 17 00:00:00 2001 From: able Date: Wed, 13 Jul 2022 20:59:02 -0500 Subject: [PATCH] un breaking x86 --- ableos/.cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ableos/.cargo/config.toml b/ableos/.cargo/config.toml index bc932bb..b747c1c 100644 --- a/ableos/.cargo/config.toml +++ b/ableos/.cargo/config.toml @@ -1,6 +1,6 @@ [build] -target = "riscv64gc-unknown-none-elf" -# target = "json_targets/x86_64-ableos.json" +# target = "riscv64gc-unknown-none-elf" +target = "json_targets/x86_64-ableos.json" [unstable] build-std = ["core", "compiler_builtins", "alloc"]