aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-07 07:29:13 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-07 07:29:13 +0200
commit491cd5e15dc3f96d177493d2e23edc356dcc648e (patch)
treed307b076ad53fa189cc015ff3f80e7dbba2e909b /dhrystone/Makefile
parent44ea992fed0d66730d6bdeba740bda53c9e7349f (diff)
downloadpicorv32-491cd5e15dc3f96d177493d2e23edc356dcc648e.tar.gz
picorv32-491cd5e15dc3f96d177493d2e23edc356dcc648e.zip
Using libc assembler code in dhrystone stdlib.c
Diffstat (limited to 'dhrystone/Makefile')
-rw-r--r--dhrystone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhrystone/Makefile b/dhrystone/Makefile
index 81dea54..412ffda 100644
--- a/dhrystone/Makefile
+++ b/dhrystone/Makefile
@@ -1,6 +1,6 @@
OBJS = start.o dhry_1.o dhry_2.o stdlib.o
-CFLAGS = -MD -O3 -m32 -march=RV32I -ffreestanding -nostdlib -DTIME
+CFLAGS = -MD -O3 -m32 -march=RV32I -ffreestanding -nostdlib -DTIME -DRISCV
test: testbench.exe dhry.hex
vvp -N testbench.exe