diff --git a/book/toolchain/chapter.tex b/book/toolchain/chapter.tex index e2945ec..01bb52f 100644 --- a/book/toolchain/chapter.tex +++ b/book/toolchain/chapter.tex @@ -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}