aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRishi Khan <rishikhan@users.noreply.github.com>2018-03-16 17:00:03 -0400
committerAndrew Waterman <aswaterman@gmail.com>2018-03-16 16:00:03 -0500
commit5e6005587d0649b084bda1cebced02b24fef743d (patch)
tree3084c34665f6fb257e4489c1ae85609f77fe6805 /README.md
parent06d3afd772b73f1537c473e5591182f7efbecf83 (diff)
downloadriscv-pk-5e6005587d0649b084bda1cebced02b24fef743d.zip
riscv-pk-5e6005587d0649b084bda1cebced02b24fef743d.tar.gz
riscv-pk-5e6005587d0649b084bda1cebced02b24fef743d.tar.bz2
Changed install_subdir to $host_alias with substituted 64->32 instead… (#89)
* Changed install_subdir to $host_alias with substituted 64->32 instead of hardcoded riscv[32|64]-unknown-elf * Updated readme to reflect changes in install_subdir.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 799234a..f063ded 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@ By default, 64-bit (RV64) versions of `pk` and `bbl` are built. To
built 32-bit (RV32) versions, supply a `--enable-32bit` flag to the
configure command.
-The `install` step installs 64-bit build products into
-`$RISCV/riscv64-unknown-elf`, and 32-bit versions into
-`$RISCV/riscv32-unknown-elf`.
+The `install` step installs 64-bit build products into a directory
+matching your host (e.g. `$RISCV/riscv64-unknown-elf`). 32-bit versions
+are installed into a directory matching a 32-bit version of your host (e.g.
+`$RISCV/riscv32-unknown-elf`).