Fix compilation on riscv64

This commit is contained in:
Jeremy Soller
2025-04-17 15:34:24 -06:00
parent 5d41cd7c53
commit fab76e7dca
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ else
endif
ifeq ($(ARCH),riscv64gc)
ARCH:=riscv64
override ARCH:=riscv64
endif
GNU_TARGET=$(ARCH)-unknown-redox
+1
View File
@@ -1,5 +1,6 @@
{
"llvm-target": "riscv64-unknown-none",
"llvm-abiname": "lp64d",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",