Add 32-bit, Solaris and Minix to supported platforms

This commit is contained in:
Lassi Kortela 2019-10-14 03:25:27 +03:00
parent 700d70d03b
commit 7531e36dcc
1 changed files with 3 additions and 1 deletions

View File

@ -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)