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 5c7b2f7..35bd6a4 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/riscv-elf --host=riscv
+ $ ../configure --prefix=$RISCV/riscv64-unknown-elf --host=riscv64-unknown-elf
$ make
$ make install