mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/wasi-{compiler-rt,libcxx}20: add
This commit is contained in:
parent
7fd9096ff4
commit
1befec7000
4 changed files with 2235 additions and 0 deletions
|
@ -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
|
||||
|
|
6
devel/wasi-compiler-rt20/Makefile
Normal file
6
devel/wasi-compiler-rt20/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# must sync with devel/llvm20
|
||||
DISTVERSION= 20.1.1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../wasi-compiler-rt
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
6
devel/wasi-libcxx20/Makefile
Normal file
6
devel/wasi-libcxx20/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
# must sync with devel/llvm20
|
||||
DISTVERSION= 20.1.1
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../wasi-libcxx
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
2221
devel/wasi-libcxx20/pkg-plist
Normal file
2221
devel/wasi-libcxx20/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue