From b846a7a0ea77de85c0d84d3653d8db8d3c81b4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 24 Dec 2016 22:27:38 +0100 Subject: Add support for OpenBSD It just rejects the generic System V ABI and has other syscall numbers. --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.adoc') 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 -- cgit v1.2.3