Merge remote-tracking branch 'origin/develop'

This commit is contained in:
2024-01-13 08:23:56 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ HEADERS := dhry.h
BOARD=iss
LINK_TARGET=link
RISCV_ARCH:=rv32$(ISA)
ifeq ($(ISA),e)
ifneq (,$(findstring e,$(ISA)))
RISCV_ABI:=ilp32e
else
RISCV_ABI:=ilp32