aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-10-19 17:18:47 +0200
committerClifford Wolf <clifford@clifford.at>2017-10-19 17:18:47 +0200
commitd9d5220071ee290e588126b06ac2cb94ce59392c (patch)
tree2917d9c0d0705efcf41079b8d31570c18ea88a40 /README.md
parented69f9e451056f31e9987a4e8a5933b7ced65970 (diff)
downloadpicorv32-d9d5220071ee290e588126b06ac2cb94ce59392c.tar.gz
picorv32-d9d5220071ee290e588126b06ac2cb94ce59392c.zip
Update riscv-gnu-toolchain to git rev e9f5458
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 2fc062b..7fe8097 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 4e51f26
+ git checkout e9f5458
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 4e51f26 (2017-05-04) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev e9f5458 (2017-10-14) of riscv-gnu-toolchain.*
Linking binaries with newlib for PicoRV32