From 89c2761f57e6c3131b2c76d419e8cc87df8e7ee0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 14 Aug 2018 20:54:30 +0200 Subject: Update riscv-gnu-toolchain Signed-off-by: Clifford Wolf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d6cb60..374286d 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 cb6b34b + git checkout c3ad555 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 cb6b34b (2018-06-28) of riscv-gnu-toolchain.* +*Note: These instructions are for git rev c3ad555 (2018-08-13) of riscv-gnu-toolchain.* Linking binaries with newlib for PicoRV32 -- cgit