From 7531e36dcc2a51f4f9c70c076f72bfa2667aaf50 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Mon, 14 Oct 2019 03:25:27 +0300 Subject: [PATCH] Add 32-bit, Solaris and Minix to supported platforms --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5e625ea..40771fc 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ interpreter by Jeff Bezanson. == Platforms Builds in seconds with no warnings and no external dependencies using only the -system C compiler. 64-bit executable only; 32-bit coming soon. +system C compiler. 64-bit and 32-bit builds work. Supported operating systems: * Windows (wcc) * MacOS (clang) @@ -28,3 +28,5 @@ system C compiler. 64-bit executable only; 32-bit coming soon. ** OpenBSD (clang) ** NetBSD (gcc) ** DragonFly BSD (gcc) +* Solaris (gcc) +* Minix (clang)