aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-12-24 22:27:38 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-12-24 22:29:29 +0100
commitb846a7a0ea77de85c0d84d3653d8db8d3c81b4c9 (patch)
tree91051da193c78d12608552d1b98c1b6b6ec3090f /README.adoc
parentcf6c1e67ba52943a9823018416cbc505962e85de (diff)
downloadbfc-b846a7a0ea77de85c0d84d3653d8db8d3c81b4c9.tar.gz
bfc-b846a7a0ea77de85c0d84d3653d8db8d3c81b4c9.tar.xz
bfc-b846a7a0ea77de85c0d84d3653d8db8d3c81b4c9.zip
Add support for OpenBSD
It just rejects the generic System V ABI and has other syscall numbers.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc
index e04e8bd..69ebd7e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -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