aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-12-17 10:06:03 +0100
committerClifford Wolf <clifford@clifford.at>2016-12-17 10:06:03 +0100
commit56dc5b3549e53f9b317c240d2bd7c154ee94a1c9 (patch)
tree596be9106b95d8be8e3246787ed41aaec525fd6c /Makefile
parent62c7b96b1c94236938d31c1ce17866453d4db484 (diff)
downloadpicorv32-56dc5b3549e53f9b317c240d2bd7c154ee94a1c9.tar.gz
picorv32-56dc5b3549e53f9b317c240d2bd7c154ee94a1c9.zip
Improved "git cherry-pick" for riscv-binutils-gdb a5971eca338
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c914aaa..869150a 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +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 ..; \
+ 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