Browse Source

Document building for riscv, although it worketh not at present

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 1 year ago
parent
commit
13e6f3c40b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bootstrap.sh

+ 4 - 0
bootstrap.sh

@@ -33,6 +33,10 @@ To build for x86_64 (CC=clang is also supported):
   export HARVEY=$(pwd)
   PATH=\$PATH:\$HARVEY/$HOSTBIN CC=gcc ARCH=amd64 build
 
+To build for riscv (does not work at present): 
+  export HARVEY=$(pwd)
+  TOOLPREFIX=riscv64-linux-gnu- CC=gcc ARCH=riscv build
+
 To enable access to files, create a harvey and none user (none is only required for drawterm/cpu access):
   sudo useradd harvey
   sudo useradd none