mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Update projects claims re: OpenBSD
This commit is contained in:
parent
beb090b83f
commit
9add248c9b
2 changed files with 13 additions and 13 deletions
|
@ -7,8 +7,8 @@
|
|||
a build-once run-anywhere language, like Java, except it doesn't need an
|
||||
interpreter or virtual machine. Instead, it reconfigures stock GCC and
|
||||
Clang to output a POSIX-approved polyglot format that runs natively on
|
||||
Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS with the best
|
||||
possible performance and the tiniest footprint imaginable.
|
||||
Linux + Mac + Windows + FreeBSD + OpenBSD 7.3 + NetBSD + BIOS with the
|
||||
best possible performance and the tiniest footprint imaginable.
|
||||
|
||||
## Background
|
||||
|
||||
|
@ -249,7 +249,7 @@ server. You're welcome to join us! <https://discord.gg/FwAVVu7eJ4>
|
|||
| Linux | 2.6.18 | 2007 |
|
||||
| Windows | 8 [1] | 2012 |
|
||||
| Darwin (macOS) | 23.1.0+ | 2023 |
|
||||
| OpenBSD | 7 | 2021 |
|
||||
| OpenBSD | 7.3 or earlier | 2023 |
|
||||
| FreeBSD | 13 | 2020 |
|
||||
| NetBSD | 9.2 | 2021 |
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Cosmopolitan Toolchain
|
||||
|
||||
This toolchain can be used to compile executables that run on Linux /
|
||||
MacOS / Windows / FreeBSD / OpenBSD / NetBSD for both the x86_64 and
|
||||
MacOS / Windows / FreeBSD / OpenBSD 7.3 / NetBSD for both the x86_64 and
|
||||
AARCH64 architectures. In addition to letting you create portable
|
||||
binaries, your toolchain is itself comprised of portable binaries,
|
||||
enabling you to have a consistent development environment that lets you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue