Merge remote-tracking branch 'origin/develop'

This commit is contained in:
Eyck Jentzsch 2024-01-13 08:23:56 +01:00
commit 7728785e27
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

View File

@ -1,4 +1,3 @@
TARGET = hello
ISA?=imc
@ -10,7 +9,7 @@ CFLAGS += $(OPT) -g
BOARD=iss
LINK_TARGET=link
RISCV_ARCH:=rv32$(ISA)
ifeq ($(ISA),e)
ifneq (,$(findstring e,$(ISA)))
RISCV_ABI:=ilp32e
else
RISCV_ABI:=ilp32