X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=benchmarks%2FMakefile;h=bc179279c8c49c10c325858a0feed67f2c82a16a;hp=ce9d4f9713b27c12ff14ee386bba4ad0be36d741;hb=6a1a38d421fd3e24bdc179d58d33572636b903b2;hpb=acc35f32c788fdcbb854f8fb6d74026050ced273 diff --git a/benchmarks/Makefile b/benchmarks/Makefile index ce9d4f9..bc17927 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -55,7 +55,7 @@ RISCV_LINK ?= $(RISCV_GCC) -T $(src_dir)/common/test.ld $(incs) RISCV_LINK_MT ?= $(RISCV_GCC) -T $(src_dir)/common/test-mt.ld RISCV_LINK_OPTS ?= -nostdlib -nostartfiles -ffast-math -lgcc RISCV_OBJDUMP ?= $(RISCV_PREFIX)objdump --disassemble-all --disassemble-zeroes --section=.text --section=.text.startup --section=.data -RISCV_SIM ?= spike +RISCV_SIM ?= spike --isa=rv$(XLEN)gc VPATH += $(addprefix $(src_dir)/, $(bmarks)) VPATH += $(src_dir)/common