Skip to content

Commit

Permalink
readme: add musl libc support and update OpenBSD and FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jun 5, 2024
1 parent 19d30f1 commit 9f90b79
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,14 @@ legend:

| System | Support type | Supported versions | Notes |
|---|---|---|---|
| Linux | Tier 1 | glibc >= 2.27 (Ubuntu 18.04) | |
| Linux | Tier 1 | glibc >= 2.27 | |
| Linux | Tier 1 | musl >= 1.2 | |
| macOS | Tier 1 | macOS >= 10.10 | |
| Windows | Tier 1 | >= Windows 8 | MinGW-w64, >= VS 2019 |
| Android | Tier 2 | | |
| iOS | Tier 2 | | |
| FreeBSD | Tier 2 | >= 11 | |
| OpenBSD | Tier 2 | >= 6.7 | |
| FreeBSD | Tier 2 | >= 12 | |
| OpenBSD | Tier 2 | >= 7.4 | |
| Linux | Tier 2 | uClibc | |


Expand All @@ -253,6 +254,7 @@ legend:
* GNU C Library (glibc)
* Windows C Run-Time Libraries (CRT)
* uClibc
* musl


### Supported compilers:
Expand Down

0 comments on commit 9f90b79

Please sign in to comment.