removed compressed instructions from gcc make for privilege tests

This commit is contained in:
Kip Macsai-Goren 2022-03-11 19:09:40 +00:00
parent cc07a3f31f
commit c9110ebb40

View File

@ -1,3 +1,5 @@
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)))