aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-01-13 15:55:02 +0100
committerClifford Wolf <clifford@clifford.at>2017-01-13 17:02:56 +0100
commit8e5deeb0cb71c8481aecaee61b1a3253b91792a8 (patch)
tree35c2a396ffd1633597a6a7706f7e858ddca4e2ed /Makefile
parent55da6c7cd1f5ad798bfa0f52989434486c03b31b (diff)
downloadpicorv32-8e5deeb0cb71c8481aecaee61b1a3253b91792a8.tar.gz
picorv32-8e5deeb0cb71c8481aecaee61b1a3253b91792a8.zip
Update riscv-gnu-toolchain to git rev 914224e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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