aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-05-05 12:06:29 +0200
committerClifford Wolf <clifford@clifford.at>2016-05-05 12:06:29 +0200
commit88299374cf18d079ca86216f161faa79cc1ecd6a (patch)
tree6d7d495aa3684b72b2511f5c2c562f9c545a42a4 /Makefile
parent264a239a28d240c9bd7562ea2887c635b838fd85 (diff)
downloadpicorv32-88299374cf18d079ca86216f161faa79cc1ecd6a.tar.gz
picorv32-88299374cf18d079ca86216f161faa79cc1ecd6a.zip
Updated riscv-gnu-toolchain to 34db4e0 (now using gcc 6.1.0)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d5d7b5..ee469ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-RISCV_GNU_TOOLCHAIN_REV = 888ae43
-GCC_URL = http://mirrors.kernel.org/gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.gz
+RISCV_GNU_TOOLCHAIN_REV = 34db4e0
+GCC_URL = http://mirrors.kernel.org/gnu/gcc/gcc-6.1.0/gcc-6.1.0.tar.gz
NEWLIB_URL = ftp://sourceware.org/pub/newlib/newlib-2.2.0.tar.gz
BINUTILS_URL = http://mirrors.kernel.org/gnu/binutils/binutils-2.26.tar.gz