diff --git a/kernel/riscv32-blog_os.json b/kernel/riscv32-blog_os.json index ab160b8..6e70454 100644 --- a/kernel/riscv32-blog_os.json +++ b/kernel/riscv32-blog_os.json @@ -9,10 +9,10 @@ "cpu": "generic-rv32", "features": "", "max-atomic-width": "32", - "linker": "riscv64-unknown-elf-ld", - "linker-flavor": "ld", + "linker": "rust-lld", + "linker-flavor": "ld.lld", "pre-link-args": { - "ld": [ + "ld.lld": [ "-Tsrc/arch/riscv32/boot/linker.ld", "-melf32lriscv" ] @@ -33,4 +33,4 @@ "msp430-interrupt", "x86-interrupt" ] -} \ No newline at end of file +}