2022-01-07 15:33:43 by Tobias Nygren | Files touched by this commit (2) |
Log message: wasi-*: fix build failure when package already installed Only use headers that pkgsrc has permitted via buildlink. |
2022-01-07 14:32:48 by Tobias Nygren | Files touched by this commit (3) |
Log message: wasi-*: force ABI=32 These packages were failing when ABI=64 in mk.conf, because then -m64 is passed down to clang and WebAssembly currently only supports -m32. |
2021-12-27 11:00:13 by Thomas Klausner | Files touched by this commit (1) |
Log message: wasi-libcxx: add missing include for wasi-libc Fixes build. |
2021-12-22 17:10:43 by Ryo ONODERA | Files touched by this commit (1) |
Log message: wasi-libcxx: Disable stack check explicitly too |
2021-12-22 14:00:26 by Tobias Nygren | Files touched by this commit (1) |
Log message: wasi-libcxx: set CLANGBASE instead of PKG_CC/CXX |
2021-12-19 15:12:21 by Ryo ONODERA | Files touched by this commit (5) |
Log message: lang/wasi-libcxx: import wasi-libcxx-13.0.0 libc++abi and libc++ for WebAssembly WASI environment. |