aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-11-19 01:47:23 +0000
committerClifford Wolf <clifford@clifford.at>2017-11-19 01:54:56 +0000
commitdf0113218550838fd2ba1ec6cdb9f24499e83cff (patch)
tree2a9bfd4751110bcbe6a7f7679db9c04b1f1053ae /README.md
parent65f32c38db4c6e7abc957dff31c061bd2b7c7906 (diff)
downloadpicorv32-df0113218550838fd2ba1ec6cdb9f24499e83cff.tar.gz
picorv32-df0113218550838fd2ba1ec6cdb9f24499e83cff.zip
Update riscv-gnu-toolchain to bf5697a
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 428e4d6..6cadf51 100644
--- a/README.md
+++ b/README.md
@@ -632,7 +632,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
git clone https://github.com/riscv/riscv-gnu-toolchain riscv-gnu-toolchain-rv32i
cd riscv-gnu-toolchain-rv32i
- git checkout e9f5458
+ git checkout bf5697a
git submodule update --init --recursive
mkdir build; cd build
@@ -661,7 +661,7 @@ By default calling any of those make targets will (re-)download the toolchain
sources. Run `make download-tools` to download the sources to `/var/cache/distfiles/`
once in advance.
-*Note: This instructions are for git rev e9f5458 (2017-10-14) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev bf5697a (2017-11-18) of riscv-gnu-toolchain.*
Linking binaries with newlib for PicoRV32