aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Celio <celio@eecs.berkeley.edu>2014-08-07 17:06:02 -0700
committerChristopher Celio <celio@eecs.berkeley.edu>2014-08-07 17:06:02 -0700
commit92afb6f40797a68e2a16c9abd5cdb3c9336da307 (patch)
treef2bbdb46fbafe98f2fff260fdcb00445190a0e55 /README.md
parent929d2f0109570a84f9455b153d2547b172b0ac01 (diff)
downloadriscv-pk-92afb6f40797a68e2a16c9abd5cdb3c9336da307.zip
riscv-pk-92afb6f40797a68e2a16c9abd5cdb3c9336da307.tar.gz
riscv-pk-92afb6f40797a68e2a16c9abd5cdb3c9336da307.tar.bz2
Fixed README to match the riscv-tools build script install location.
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 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