aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-17 09:51:10 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-17 09:51:10 +0100
commit62c7b96b1c94236938d31c1ce17866453d4db484 (patch)
treede46e27c07c6e1eaa902b4edb3d78607aa33c639 /Makefile
parentb8cecc914844ed4e4a66b223d16eb4ce1e4f1036 (diff)
downloadpicorv32-62c7b96b1c94236938d31c1ce17866453d4db484.tar.gz
picorv32-62c7b96b1c94236938d31c1ce17866453d4db484.zip
Updated riscv-gnu-toolchain to git rev 34e199d + riscv-binutils-gdb commit a5971eca338
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64c3895..c914aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-RISCV_GNU_TOOLCHAIN_GIT_REVISION = e3e50c5
+RISCV_GNU_TOOLCHAIN_GIT_REVISION = 34e199d
RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX = /opt/riscv32
SHELL = bash
@@ -107,6 +107,7 @@ 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 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