mirror of https://github.com/YosysHQ/picorv32.git
Update riscv-gnu-toolchain to 411d134
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
5c081c3291
commit
ed1138d6a6
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
|
||||
RISCV_GNU_TOOLCHAIN_GIT_REVISION = c3ad555
|
||||
RISCV_GNU_TOOLCHAIN_GIT_REVISION = 411d134
|
||||
RISCV_GNU_TOOLCHAIN_INSTALL_PREFIX = /opt/riscv32
|
||||
|
||||
SHELL = bash
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue