aboutsummaryrefslogtreecommitdiff
path: root/mt
diff options
context:
space:
mode:
Diffstat (limited to 'mt')
-rw-r--r--mt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt/Makefile b/mt/Makefile
index e4a8bfd..b45e551 100644
--- a/mt/Makefile
+++ b/mt/Makefile
@@ -75,7 +75,7 @@ bmarks = $(bmarks_vvadd) $(bmarks_matmul)
# Build rules
#--------------------------------------------------------------------
-RISCV_PREFIX=riscv64-unknown-elf-
+RISCV_PREFIX=riscv$(XLEN)-unknown-elf-
RISCV_GCC = $(RISCV_PREFIX)gcc
RISCV_GCC_OPTS = -std=gnu99 -O2 -ffast-math
RISCV_LINK = $(RISCV_GCC) -T $(common)/test.ld $(incs)