diff options
author | Christopher Celio <celio@eecs.berkeley.edu> | 2014-08-07 17:06:02 -0700 |
---|---|---|
committer | Christopher Celio <celio@eecs.berkeley.edu> | 2014-08-07 17:06:02 -0700 |
commit | 92afb6f40797a68e2a16c9abd5cdb3c9336da307 (patch) | |
tree | f2bbdb46fbafe98f2fff260fdcb00445190a0e55 /README.md | |
parent | 929d2f0109570a84f9455b153d2547b172b0ac01 (diff) | |
download | pk-92afb6f40797a68e2a16c9abd5cdb3c9336da307.zip pk-92afb6f40797a68e2a16c9abd5cdb3c9336da307.tar.gz pk-92afb6f40797a68e2a16c9abd5cdb3c9336da307.tar.bz2 |
Fixed README to match the riscv-tools build script install location.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |