The cwrappers package implements the compiler wrappers for pkgsrc.
They are the foundation of the buildlink framework. They also allow
cross-platform portability.
2022-11-09 14:14:32 byJoerg Sonnenberger |Files touched by this commit (223) |
Log message:Reset MAINTAINER |
2022-04-04 13:54:35 byRyo ONODERA |Files touched by this commit (1) |
Log message:cwrappers: Fix build |
2022-04-04 13:22:51 byTaylor R Campbell |Files touched by this commit (6) |
Log message:cwrappers: Add cross-compilation support.- New option `sysroot=<dir>': . Wrapper will add `--sysroot=<dir>' as first argument. . For every rpath argument, e.g. -Wl,-R<path> to cc, wrapper will pass `-rpath-link <dir><path>' to the linker. This matches the old mk/wrapper/cmd-sink-cross-* logic.- Create wrappers for the ${MACHINE_GNU_PLATFORM}-cc style of command, as in ${CC}, ${CXX}, ${LD} for cross-builds.- Bump version.- Use TOOL_DEPENDS, not BUILD_DEPENDS, for cwrappers. |
2021-11-07 13:38:13 byChristos Zoulas |Files touched by this commit (5) |
Log message:abstract check for "*path == '/'" to isabs(*path) |
2020-06-02 21:46:00 byRoland Illig |Files touched by this commit (1) |
Log message:pkgtools/cwrappers: avoid dependency cycle with check-portability |
2020-01-19 00:36:14 byRoland Illig |Files touched by this commit (3046) |
Log message:all: migrate several HOMEPAGEs to httpspkglint --only "https instead of http" -r -FWith manual adjustments afterwards since pkglint 19.4.4 fixed a fewindentations in unrelated lines.This mainly affects projects hosted at SourceForce, as well asfreedesktop.org, CTAN and GNU. |
2018-03-25 22:45:25 byJoerg Sonnenberger |Files touched by this commit (2) |
Log message:cwrappers-20180325: append the append list for -shared support |
2017-11-08 05:04:42 byPierre Pronchery |Files touched by this commit (1) |
Log message:Bump cwrappers after reverting the last patch |