From b8cecc914844ed4e4a66b223d16eb4ce1e4f1036 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 15 Dec 2016 14:43:21 +0100 Subject: [PATCH] Updated riscv-gnu-toolchain to git rev e3e50c5 --- Makefile | 10 +++++----- 1 file 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."