CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/05/18 05:30:01
Modified files:
lang/wasi-libc : Makefile
lang/wasi-libc/patches: patch-Makefile
lang/wasi-libc/pkg: PLIST
lang/wasi-sdk : Makefile.inc
lang/wasi-sdk/compiler-rt: Makefile
lang/wasi-sdk/compiler-rt/pkg: PLIST
lang/wasi-sdk/libcxx: Makefile
lang/wasi-sdk/libcxx/pkg: PLIST
Log message:
lang/wasi-sdk (& lang/wasi-libc): preliminary work to ease the switch to llvm22
- set/use TRIPLE here and there and add it to SUBST_VARS, it will be
wasm32-wasip1 when building with llvm22
- add LIBPATH to SUBST_VARS
- amend wasi-libc/patches/patch-Makefile to account for symbol changes
when building with llvm22
bump REVISION to be on the safe side, although it isnt technically
needed (eg resulting PLISTs dont change)
no functional change intended