forked from Github_Repos/cvw
6 lines
234 B
Makefile
6 lines
234 B
Makefile
include ../../Makefile.include
|
|
|
|
RVTEST_DEFINES += -march=rv$(XLEN)ia # KMG: removed compressed instructions from privileged tests
|
|
|
|
$(eval $(call compile_template,-march=rv32iac -mabi=ilp32 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))
|