File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ For more docs on how to build and test see [build_system/usage.txt](build_system
6666| OS \ architecture| x86\_ 64| AArch64| Riscv64| s390x (System-Z)|
6767| ---| ---| ---| ---| ---|
6868| Linux| ✅| ✅| ✅[ ^ no-rustup ] | ✅[ ^ no-rustup ] |
69- | FreeBSD| ✅[ ^ no-rustup ] | ❓| ❓| ❓|
69+ | FreeBSD| ✅[ ^ no-rustup ] [ ^ tls ] | ❓| ❓| ❓|
7070| AIX| ❌[ ^ xcoff ] | N/A| N/A| ❌[ ^ xcoff ] |
7171| Other unixes| ❓| ❓| ❓| ❓|
7272| macOS| ✅| ✅| N/A| N/A|
@@ -80,6 +80,7 @@ Not all targets are available as rustup component for nightly. See notes in the
8080
8181[ ^ xcoff ] : XCOFF object file format is not supported.
8282[ ^ no-rustup ] : Not available as [ rustup component for nightly] ( https://rust-lang.github.io/rustup-components-history/ ) . You can build it yourself.
83+ [ ^ tls ] : FreeBSD requires setting ` LD_STATIC_TLS_EXTRA=4096 ` to build cg_clif. In addition you need at least FreeBSD 14.
8384
8485## Usage
8586
You can’t perform that action at this time.
0 commit comments