aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone
diff options
context:
space:
mode:
Diffstat (limited to 'dhrystone')
-rw-r--r--dhrystone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhrystone/Makefile b/dhrystone/Makefile
index 5dab684..e66f313 100644
--- a/dhrystone/Makefile
+++ b/dhrystone/Makefile
@@ -44,7 +44,7 @@ dhry.elf: $(OBJS) sections.lds
chmod -x $@
else
dhry.elf: $(OBJS)
- $(TOOLCHAIN_PREFIX)gcc $(CFLAGS) -Wl,-Bstatic,-Map,dhry.map,--strip-debug -o $@ $(OBJS) -lgcc -lc
+ $(TOOLCHAIN_PREFIX)gcc $(CFLAGS) -Wl,-Bstatic,-T,../firmware/riscv.ld,-Map,dhry.map,--strip-debug -o $@ $(OBJS) -lgcc -lc
chmod -x $@
endif