aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-04-07 11:43:05 +0200
committerClifford Wolf <clifford@clifford.at>2017-04-07 11:43:05 +0200
commit367537507299e289d1441b5af53f47aa3297ece1 (patch)
tree12cb68003b890a7cde627d8575440555198bf4a9 /Makefile
parent1b22a099f926aeab8668e1e5035a12acbe281e09 (diff)
downloadpicorv32-367537507299e289d1441b5af53f47aa3297ece1.tar.gz
picorv32-367537507299e289d1441b5af53f47aa3297ece1.zip
Update riscv-gnu-toolchain to git rev 0c8f87d
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 42060bf..01a6fc0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-RISCV_GNU_TOOLCHAIN_GIT_REVISION = 914224e
+RISCV_GNU_TOOLCHAIN_GIT_REVISION = 0c8f87d
RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX = /opt/riscv32
SHELL = bash
@@ -11,7 +11,7 @@ TOOLCHAIN_PREFIX = $(RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX)i/bin/riscv32-unknown-el
COMPRESSED_ISA = C
# Add things like "export http_proxy=... https_proxy=..." here
-GIT_ENV =
+GIT_ENV = true
test: testbench.vvp firmware/firmware.hex
vvp -N $<