aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-29 22:35:22 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-29 22:35:22 +0200
commit9b6ea045f9b539b0f708d71962716e5dde865181 (patch)
treeded9e2c73006219fc6a2b31d0566e79d806950c7 /README.md
parent4fed27fc16428771e9f7d3394d5545438ec3775f (diff)
downloadpicorv32-9b6ea045f9b539b0f708d71962716e5dde865181.tar.gz
picorv32-9b6ea045f9b539b0f708d71962716e5dde865181.zip
Update riscv-gnu-toolchain to cb6b34b
Signed-off-by: Clifford Wolf <clifford@clifford.at>
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 2260492..1d6cb60 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 1b80cbe
+ git checkout cb6b34b
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: These instructions are for git rev 1b80cbe (2018-01-31) of riscv-gnu-toolchain.*
+*Note: These instructions are for git rev cb6b34b (2018-06-28) of riscv-gnu-toolchain.*
Linking binaries with newlib for PicoRV32