X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=mt%2FMakefile;fp=mt%2FMakefile;h=e4a8bfd0fdb253a3370bf80c4d27a90fdfbc1689;hb=7155726ad6612a7f87318d84ac496672f9bbc8ce;hp=9829927abe3c93314ee9647e00d3156f4f1ae400;hpb=f66d9faeca28d491115eb60a8f5b6b747f255a09;p=riscv-tests.git 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