From 7155726ad6612a7f87318d84ac496672f9bbc8ce Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 20 Sep 2015 23:38:00 -0700 Subject: Remove Hwacha v3 tests --- mt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mt') diff --git a/mt/Makefile b/mt/Makefile index 9829927..e4a8bfd 100755 --- a/mt/Makefile +++ b/mt/Makefile @@ -77,7 +77,7 @@ bmarks = $(bmarks_vvadd) $(bmarks_matmul) RISCV_PREFIX=riscv64-unknown-elf- RISCV_GCC = $(RISCV_PREFIX)gcc -RISCV_GCC_OPTS = -Wa,-march=RVIMAFDXhwacha -std=gnu99 -O2 -ffast-math +RISCV_GCC_OPTS = -std=gnu99 -O2 -ffast-math RISCV_LINK = $(RISCV_GCC) -T $(common)/test.ld $(incs) RISCV_LINK_OPTS = -nostdlib -nostartfiles -ffast-math -lc RISCV_OBJDUMP = $(RISCV_PREFIX)objdump --disassemble-all --disassemble-zeroes --section=.text --section=.text.startup --section=.data -- cgit v1.1