Commit graph

12 commits

Author SHA1 Message Date
wiz
1eeae0bce5 wasi-compiler-rt: pkglint whitespace fix 2022-02-04 12:12:27 +00:00
wiz
3f72866ace wasi-compiler-rt: install into directory matching llvm's version number
Bump PKGREVISION.
2022-02-04 12:12:12 +00:00
wiz
f6051f074e wasi-compiler-rt: fix post-install step after llvm update
XXX: should this use 13.0.1 now?
2022-02-04 11:01:22 +00:00
gutteridge
f3eb643100 wasi-compiler-rt: add PR pkg/56590 reference in comment 2022-01-08 17:52:09 +00:00
tnn
d1e805b0fc wasi-compiler-rt: apply band-aid for ranlib error in www/firefox 2022-01-07 20:24:39 +00:00
tnn
8415597986 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:49:53 +00:00
tnn
7dd0adf9bc wasi-*: fix build failure when package already installed
Only use headers that pkgsrc has permitted via buildlink.
2022-01-07 14:33:43 +00:00
tnn
3b19379716 wasi-compiler-rt: don't circumvent pkgsrc wrappers
Fixes build failure on Linux due to BUILDLINK_TRANSFORM not kicking in.
2022-01-07 13:51:05 +00:00
tnn
db185ea8be 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.
2022-01-07 13:32:47 +00:00
ryoon
ece35f5c23 wasi-compiler-rt: Disable stack check explicitly too 2021-12-22 16:10:08 +00:00
tnn
e711e311ab wasi-compiler-rt: set CLANGBASE instead of PKG_CC/CXX 2021-12-22 12:52:49 +00:00
ryoon
ae4e6a2dfd lang/wasi-compiler-rt: import wasi-compiler-rt-13.0.0
compiler-rt library for WebAssembly programs built on top of WASI
2021-12-19 14:05:53 +00:00