Commit 361874d
README: note the c-abi host-strip change shipped in 2026.9.18.3
The 2026.9.18.3 release (PR #673) is the floor for any package that
declares `[c-abi]` --- `openkal-musl` 0.15.0 today, anything else
that comes after. The Windows host's clang would inject
`_WIN32` / `_WIN64` / `__MINGW32__` / `__MINGW64__` into the
preprocessor output even with `--target=` set, and the host's
default wchar width is not trustworthy on freestanding. The fix
(`cenv_probe::verify` hostStripMacros, freestanding wchar always
emits `-fno-short-wchar`) is engine-side; older engines silently
misbuild `[c-abi]` packages without it. Pin the upgrade note so
a reader landing on the README from a search knows why the bump is
required.
Co-Authored-By: Claude Code <noreply@anthropic.com>1 parent 7788d3e commit 361874d
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
0 commit comments