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
66
66
| OS \ architecture| x86\_ 64| AArch64| Riscv64| s390x (System-Z)|
67
67
| ---| ---| ---| ---| ---|
68
68
| Linux| ✅| ✅| ✅[ ^ no-rustup ] | ✅[ ^ no-rustup ] |
69
- | FreeBSD| ✅[ ^ no-rustup ] | ❓| ❓| ❓|
69
+ | FreeBSD| ✅[ ^ no-rustup ] [ ^ tls ] | ❓| ❓| ❓|
70
70
| AIX| ❌[ ^ xcoff ] | N/A| N/A| ❌[ ^ xcoff ] |
71
71
| Other unixes| ❓| ❓| ❓| ❓|
72
72
| macOS| ✅| ✅| N/A| N/A|
@@ -80,6 +80,7 @@ Not all targets are available as rustup component for nightly. See notes in the
80
80
81
81
[ ^ xcoff ] : XCOFF object file format is not supported.
82
82
[ ^ 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.
83
84
84
85
## Usage
85
86
You can’t perform that action at this time.
0 commit comments