Reflect changes to ISA
[riscv-tests.git] / benchmarks / Makefile
index 220a03360f4c0231061d8719346192c4f4b1b8a9..5d33f860d4d6eccf595c17a1abba463ac80aff80 100644 (file)
@@ -50,7 +50,7 @@ HOST_OPTS = -std=gnu99 -DPREALLOCATE=0 -DHOST_DEBUG=1
 HOST_COMP = gcc $(HOST_OPTS)
 
 RISCV_GCC = riscv-gcc
-RISCV_GCC_OPTS = -std=gnu99 -DSET_STATS -O2 -nostdlib -nostartfiles -ffast-math
+RISCV_GCC_OPTS = -Wa,-march=RVIMAFDXhwacha -std=gnu99 -O2 -nostdlib -nostartfiles -ffast-math
 RISCV_LINK = riscv-gcc -T $(bmarkdir)/common/test.ld
 RISCV_LINK_MT = riscv-gcc -T $(bmarkdir)/common/test-mt.ld
 RISCV_LINK_OPTS = -lc