aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-02-19 10:43:36 +0100
committerClifford Wolf <clifford@clifford.at>2019-02-19 10:47:53 +0100
commited1138d6a6f8bf43dee753586a098a80d2fb631e (patch)
tree0c21d7f4ef26af94442f8dad0810213297599eac /README.md
parent5c081c3291f8ce93d6d194be5861401a0263b636 (diff)
downloadpicorv32-ed1138d6a6f8bf43dee753586a098a80d2fb631e.tar.gz
picorv32-ed1138d6a6f8bf43dee753586a098a80d2fb631e.zip
Update riscv-gnu-toolchain to 411d134
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 2356da1..bb51113 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 c3ad555
+ git checkout 411d134
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 c3ad555 (2018-08-13) of riscv-gnu-toolchain.*
+*Note: These instructions are for git rev 411d134 (2018-02-14) of riscv-gnu-toolchain.*
Linking binaries with newlib for PicoRV32