Browse Source
Merge pull request #143 from hakrdinesh/master
openbsd related adjustments
pull/144/head
Andrew Waterman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
10 additions and
1 deletions
-
README.md
-
scripts/vcs-version.sh
|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#!/bin/bash |
|
|
|
#!/usr/bin/env bash |
|
|
|
# See LICENSE.Batten for license details. |
|
|
|
# |
|
|
|
#========================================================================= |
|
|
|
|