devel/wasi-{compiler-rt,libcxx}20: add

This commit is contained in:
Charlie Li 2025-03-26 20:15:48 -04:00
parent 7fd9096ff4
commit 1befec7000
No known key found for this signature in database
GPG key ID: 678F936058415CCA
4 changed files with 2235 additions and 0 deletions

View file

@ -8361,11 +8361,13 @@
SUBDIR += wasi-compiler-rt17
SUBDIR += wasi-compiler-rt18
SUBDIR += wasi-compiler-rt19
SUBDIR += wasi-compiler-rt20
SUBDIR += wasi-libc
SUBDIR += wasi-libcxx
SUBDIR += wasi-libcxx17
SUBDIR += wasi-libcxx18
SUBDIR += wasi-libcxx19
SUBDIR += wasi-libcxx20
SUBDIR += wasm3
SUBDIR += wasmer
SUBDIR += websocketpp

View file

@ -0,0 +1,6 @@
# must sync with devel/llvm20
DISTVERSION= 20.1.1
MASTERDIR= ${.CURDIR}/../wasi-compiler-rt
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,6 @@
# must sync with devel/llvm20
DISTVERSION= 20.1.1
MASTERDIR= ${.CURDIR}/../wasi-libcxx
.include "${MASTERDIR}/Makefile"

File diff suppressed because it is too large Load diff