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"]