mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Add elf riscv32 and elf riscv64 as options in getLDMOption during construction of link job.
This commit is contained in:
parent
3cdd2c0bdd
commit
b63b3dc756
@ -627,6 +627,10 @@ static const char *getLDMOption(const ZigTarget *t) {
|
||||
return "elf_x86_64_fbsd";
|
||||
}
|
||||
return "elf_x86_64";
|
||||
case ZigLLVM_riscv32:
|
||||
return "elf32lriscv";
|
||||
case ZigLLVM_riscv64:
|
||||
return "elf64lriscv";
|
||||
default:
|
||||
zig_unreachable();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user