mirror of
https://github.com/olofk/serv.git
synced 2026-05-03 14:58:38 +00:00
Update after changes to riscv-compliance repo
This commit is contained in:
@@ -5,8 +5,8 @@ endif
|
|||||||
|
|
||||||
RUN_TARGET=\
|
RUN_TARGET=\
|
||||||
$(TARGET_SIM) \
|
$(TARGET_SIM) \
|
||||||
+signature=$(work_dir_isa)/$(*)_signature.output \
|
+signature=$(work_dir_isa)/$(*).signature.output \
|
||||||
+firmware=$(work_dir_isa)$<.hex 2> $(work_dir_isa)/$@
|
+firmware=$(work_dir_isa)/$<.hex 2> $(work_dir_isa)/$@
|
||||||
|
|
||||||
RISCV_PREFIX ?= riscv32-unknown-elf-
|
RISCV_PREFIX ?= riscv32-unknown-elf-
|
||||||
RISCV_GCC ?= $(RISCV_PREFIX)gcc
|
RISCV_GCC ?= $(RISCV_PREFIX)gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user