From 8e5deeb0cb71c8481aecaee61b1a3253b91792a8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 13 Jan 2017 15:55:02 +0100 Subject: Update riscv-gnu-toolchain to git rev 914224e --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8afb2b3..aa9063d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -RISCV_GNU_TOOLCHAIN_GIT_REVISION = 34e199d +RISCV_GNU_TOOLCHAIN_GIT_REVISION = 914224e RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX = /opt/riscv32 SHELL = bash @@ -107,7 +107,6 @@ build-$(1)-tools-bh: git submodule update --init $$$$reference_riscv_gcc riscv-gcc; \ git submodule update --init $$$$reference_riscv_glibc riscv-glibc; \ git submodule update --init $$$$reference_riscv_newlib riscv-newlib; \ - cd riscv-binutils-gdb; git -c user.email="none" -c user.name="none" cherry-pick a5971eca338; cd ..; \ mkdir build; cd build; ../configure --with-arch=$(2) --prefix=$(RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX)$(subst riscv32,,$(1)); make .PHONY: build-$(1)-tools -- cgit