Build rv32i (not rv32im).

This commit is contained in:
John Winans 2018-05-06 07:33:17 -05:00
parent 7181d823cf
commit 0ef8e072b0

View File

@ -46,7 +46,7 @@ To download, compile and ``install'' the toolchain:
git clone --recursive https://github.com/riscv/riscv-gnu-toolchain
cd riscv-gnu-toolchain
./configure --prefix=/usr/local/riscv --with-arch=rv32im --with-abi=ilp32
./configure --prefix=/usr/local/riscv/rv32i --with-arch=rv32i --with-abi=ilp32
make
make install
\end{verbatim}