aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDinesh Thirumurthy <hakrdinesh@users.noreply.github.com>2019-02-04 09:50:01 +0530
committerGitHub <noreply@github.com>2019-02-04 09:50:01 +0530
commit2433bbd4a6ae021ebe1aae1fd47a6ee121806cb9 (patch)
treeb29978801c0f011378be44c3b45977334590deda /README.md
parentc0712db954d83ee2e6803a640a344bbc0103b9be (diff)
downloadriscv-pk-2433bbd4a6ae021ebe1aae1fd47a6ee121806cb9.zip
riscv-pk-2433bbd4a6ae021ebe1aae1fd47a6ee121806cb9.tar.gz
riscv-pk-2433bbd4a6ae021ebe1aae1fd47a6ee121806cb9.tar.bz2
openbsd build steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index f063ded..5ddf257 100644
--- a/README.md
+++ b/README.md
@@ -39,3 +39,12 @@ 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`).
+
+OpenBSD Build Steps
+-------------------
+
+Install the riscv-gnu-toolchain, and follow generic build steps.
+
+ # pkg_add riscv-elf-binutils riscv-elf-gcc riscv-elf-newlib
+
+