aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-15 14:43:21 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-15 14:43:21 +0100
commitb8cecc914844ed4e4a66b223d16eb4ce1e4f1036 (patch)
tree92c437ba29217bf53f5e3aa071fcdb5a0f1dabd2 /Makefile
parent92df4b35eea1449440912e44704f112ba07973b8 (diff)
downloadpicorv32-b8cecc914844ed4e4a66b223d16eb4ce1e4f1036.tar.gz
picorv32-b8cecc914844ed4e4a66b223d16eb4ce1e4f1036.zip
Updated riscv-gnu-toolchain to git rev e3e50c5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 72bf32f..64c3895 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-RISCV_GNU_TOOLCHAIN_GIT_REVISION = 805ee1d
+RISCV_GNU_TOOLCHAIN_GIT_REVISION = e3e50c5
RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX = /opt/riscv32
SHELL = bash
@@ -112,10 +112,10 @@ build-$(1)-tools-bh:
.PHONY: build-$(1)-tools
endef
-$(eval $(call build_tools_template,riscv32i,RV32I))
-$(eval $(call build_tools_template,riscv32ic,RV32IC))
-$(eval $(call build_tools_template,riscv32im,RV32IM))
-$(eval $(call build_tools_template,riscv32imc,RV32IMC))
+$(eval $(call build_tools_template,riscv32i,rv32i))
+$(eval $(call build_tools_template,riscv32ic,rv32ic))
+$(eval $(call build_tools_template,riscv32im,rv32im))
+$(eval $(call build_tools_template,riscv32imc,rv32imc))
build-tools:
@echo "This will remove all existing data from $(RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX)i, $(RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX)ic, $(RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX)im, and $(RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX)imc."