2022-08-13 14:42:45 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
wasi-libcxx: Fix build
I have no idea how to generate __config_site file and include it.
This patch is obviously wrong, however it fixes wasi-libcxx-14.0.6b build.
|
2022-08-13 11:56:45 by Tobias Nygren | Files touched by this commit (1) |
Log message:
wasi-libcxx: delint, to extent possible
|
2022-08-12 15:55:48 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
wasi-libcxx: catch up with LLVM bump
|
2022-06-04 02:56:53 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
wasi-libcxx: revert comment, not necessary here
Actually, strictly speaking this perhaps doesn't need to be kept in
sync, so drop the comment. Probably it makes sense that it should be
anyway, so leave the adjusted minimum as-is.
|
2022-06-04 02:34:31 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
wasi-compiler-rt & wasi-libcxx: build fix for firefox
BUILDLINK_API_DEPENDS must reflect the exact llvm version, as this is
necessary to force the wasi packages to match, or build failures will
occur, because various commands invoked in the Firefox build process
supply the exact clang version in their path. For instance:
wasm-ld: error: cannot open \
/usr/pkg/lib/clang/13.0.1/lib/wasi/libclang_rt.builtins-wasm32.a: No such file \
or directory
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
(No PKGREVISION bump of www/firefox required, as this is a build-only
dependency, and no other packages presently depend on these.)
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-02-04 12:06:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
wasi-libcxx: pkglint whitespace fixes
|
2022-02-04 12:06:42 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
wasi-libcxx: regen distinfo for llvm update
|
2022-01-10 03:10:04 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
wasi-libcxx: carry over wasi-compiler-rt fix for Firefox builds
Also apply tnn@'s workaround in wasi-compiler-rt here, as related
failures have been observed due to this package. See PR pkg/56590.
(Tested with multiple iterations on NetBSD 9.2_STABLE.)
|
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.
|