Disable zbs in sw_testcases compilation as a workaround for regression in GCC 12.3

This commit is contained in:
Luke Wren 2023-11-03 20:09:27 +00:00
parent 8b301c5692
commit ef386f43c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
APP := hellow
SRCS = ../common/init.S $(APP).c $(EXTRA_SRCS_$(APP))
CCFLAGS := -march=rv32ima_zicsr_zifencei_zba_zbb_zbc_zbs_zbkb -Os
CCFLAGS := -march=rv32imac_zicsr_zifencei_zba_zbb_zbc_zbkb -Os
MAX_CYCLES := 1000000
INCDIR := include ../common