2022-01-07 16:49:53 by Tobias Nygren | Files touched by this commit (3) |
Log message: wasi-*: eliminate -march and/or -mcpu CFLAGS user might have set Random CFLAGS from mk.conf are not a good idea in a cross compile scenario. Also reset ABI to empty string since -m32 can break some native CMake tests. |
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:51:05 by Tobias Nygren | Files touched by this commit (1) |
Log message: wasi-compiler-rt: don't circumvent pkgsrc wrappers Fixes build failure on Linux due to BUILDLINK_TRANSFORM not kicking in. |
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-22 17:10:08 by Ryo ONODERA | Files touched by this commit (1) |
Log message: wasi-compiler-rt: Disable stack check explicitly too |
2021-12-22 13:52:49 by Tobias Nygren | Files touched by this commit (1) |
Log message: wasi-compiler-rt: set CLANGBASE instead of PKG_CC/CXX |
2021-12-19 15:05:53 by Ryo ONODERA | Files touched by this commit (4) |
Log message: lang/wasi-compiler-rt: import wasi-compiler-rt-13.0.0 compiler-rt library for WebAssembly programs built on top of WASI |