From 367537507299e289d1441b5af53f47aa3297ece1 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 7 Apr 2017 11:43:05 +0200 Subject: Update riscv-gnu-toolchain to git rev 0c8f87d --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 $< -- cgit