cvw/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/Makefile

6 lines
233 B
Makefile
Raw Normal View History

include ../../Makefile.include
RVTEST_DEFINES += -march=rv$(XLEN)ia # KMG: removed compressed instructions from privileged tests
$(eval $(call compile_template,-march=rv64iac -mabi=lp64 -Drvtest_mtrap_routine=True -DXLEN=$(XLEN)))