aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-01-16 13:14:28 +0100
committerClifford Wolf <clifford@clifford.at>2017-01-16 13:14:28 +0100
commite9b6bcf9c06faadc49f8c88d7f35afb9b9ef96d1 (patch)
tree75b13abe855c622ef8ea82648dbc76e0ad936ada /README.md
parentf975ce1e454077c58ecb750da3abb77dcdf74df7 (diff)
downloadpicorv32-e9b6bcf9c06faadc49f8c88d7f35afb9b9ef96d1.tar.gz
picorv32-e9b6bcf9c06faadc49f8c88d7f35afb9b9ef96d1.zip
Fix README toolchain build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index adb66d9..a7ed093 100644
--- a/README.md
+++ b/README.md
@@ -624,7 +624,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
git submodule update --init --recursive
mkdir build; cd build
- ../configure --with-arch=RV32I --prefix=/opt/riscv32i
+ ../configure --with-arch=rv32i --prefix=/opt/riscv32i
make -j$(nproc)
The commands will all be named using the prefix `riscv32-unknown-elf-`, which