aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ed9637..5c7b2f7 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,6 @@ install path, and that the riscv-gcc package is installed.
$ mkdir build
$ cd build
- $ CC=riscv-gcc ../configure --prefix=$RISCV/target --host=riscv
+ $ CC=riscv-gcc ../configure --prefix=$RISCV/riscv-elf --host=riscv
$ make
$ make install