aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-05-05 11:32:22 +0200
committerClifford Wolf <clifford@clifford.at>2017-05-05 11:32:22 +0200
commita13512c86a91287694caeaaa11a3cf33040c1547 (patch)
treef19b2b1da6971119843ea82f232d30f8e55fcd8b /README.md
parent367537507299e289d1441b5af53f47aa3297ece1 (diff)
downloadpicorv32-a13512c86a91287694caeaaa11a3cf33040c1547.tar.gz
picorv32-a13512c86a91287694caeaaa11a3cf33040c1547.zip
Update riscv-gnu-toolchain to git rev 4e51f26
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 900f02d..ad3e8d3 100644
--- a/README.md
+++ b/README.md
@@ -621,7 +621,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 0c8f87d
+ git checkout 4e51f26
git submodule update --init --recursive
mkdir build; cd build
@@ -650,7 +650,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 0c8f87d (2017-04-05) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev 4e51f26 (2017-05-04) of riscv-gnu-toolchain.*
Linking binaries with newlib for PicoRV32