diff --git a/examples/sw/simple_system/common/common.mk b/examples/sw/simple_system/common/common.mk index 9c4946e6d7..8b7749eff4 100644 --- a/examples/sw/simple_system/common/common.mk +++ b/examples/sw/simple_system/common/common.mk @@ -7,8 +7,8 @@ COMMON_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) COMMON_SRCS = $(wildcard $(COMMON_DIR)/*.c) INCS := -I$(COMMON_DIR) -# ARCH = rv32im # to disable compressed instructions -ARCH ?= rv32imc +# ARCH = rv32im_zicsr # to disable compressed instructions +ARCH ?= rv32imc_zicsr ifdef PROGRAM PROGRAM_C := $(PROGRAM).c