2025-01-07 20:54:31 by Taylor R Campbell | Files touched by this commit (8) |
Log message: lang/gcc10*: Fix LINK_LIBGCC_SPEC. PR pkg/58963: gcc: LINK_LIBGCC_SPEC snafu PR pkg/48740: lang/gcc44 to gcc46 linker fails because of whitespace |
2024-03-05 16:26:42 by Thomas Klausner | Files touched by this commit (7) |
Log message: gcc*: fix variable comparison From RVP in PR 57998. |
2023-08-15 15:49:17 by Tobias Nygren | Files touched by this commit (6) |
Log message: gcc*: replace gnarly cargo-culted extract logic with EXTRACT_ONLY |
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message: Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html |
2022-11-26 14:58:00 by Jonathan Perkin | Files touched by this commit (1) |
Log message: gcc10-aux: Fix buildlink3 API depends. GCC_REQD bears no relation to gcc-aux versions. Fixes bulk scan in cad/ghdl when using GCC_REQD+=12. |
2022-09-22 13:35:27 by Thomas Klausner | Files touched by this commit (1) |
Log message: gcc10-aux: disable stack check gcc6-aux does not support some of the flags. |
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message: *: recursive bump for perl 5.36 |
2022-05-19 17:57:23 by Ryo ONODERA | Files touched by this commit (1) |
Log message: gcc10-aux: Fix build when lang/libunwind is installed Do not include PREFIX/include in CPPFLAGS. |