Add 32-bit, Solaris and Minix to supported platforms
This commit is contained in:
parent
700d70d03b
commit
7531e36dcc
|
@ -10,7 +10,7 @@ interpreter by Jeff Bezanson.
|
||||||
== Platforms
|
== Platforms
|
||||||
|
|
||||||
Builds in seconds with no warnings and no external dependencies using only the
|
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)
|
* Windows (wcc)
|
||||||
* MacOS (clang)
|
* MacOS (clang)
|
||||||
|
@ -28,3 +28,5 @@ system C compiler. 64-bit executable only; 32-bit coming soon.
|
||||||
** OpenBSD (clang)
|
** OpenBSD (clang)
|
||||||
** NetBSD (gcc)
|
** NetBSD (gcc)
|
||||||
** DragonFly BSD (gcc)
|
** DragonFly BSD (gcc)
|
||||||
|
* Solaris (gcc)
|
||||||
|
* Minix (clang)
|
||||||
|
|
Loading…
Reference in New Issue