Add support for OpenBSD

It just rejects the generic System V ABI and has other syscall numbers.
This commit is contained in:
2016-12-24 22:27:38 +01:00
parent cf6c1e67ba
commit b846a7a0ea
3 changed files with 21 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
bfc
===
'bfc' is a small, fast, self-contained, optimizing Brainfuck compiler for Linux
on Intel x86-64.
'bfc' is a small, fast, self-contained, optimizing Brainfuck compiler for *nix
on Intel x86-64. Currently supported targets are Linux and OpenBSD.
Also included are several interpreters in various states of sophistication that
document my progress as I was writing this, from the simplest approach to an
@@ -14,7 +14,7 @@ The compiler itself is platform agnostic.
Building
--------
Build dependencies: a C99 compiler +
Runtime dependencies: Linux
Runtime dependencies: Linux or OpenBSD
$ git clone https://github.com/pjanouch/bfc.git
$ cd bfc