Path to this page:
./
lang/gcc10-aux,
The GNU Compiler Collection (GCC) with Ada support v10
Branch: CURRENT,
Version: 10.3.0nb1,
Package name: gcc10-aux-10.3.0nb1,
Maintainer: irviseThe GNU Compiler Collection (GCC) with Ada support. Includes front ends for Ada,
C, C++ and Fortran.
Package options: gcc-ada, gcc-c++, gcc-fortran, gcc-graphite, gcc-inplace-math, nls
Master sites: (Expand)
Filesize: 74894.813 KB
Version history: (Expand)
- (2022-06-28) Updated to version: gcc10-aux-10.3.0nb1
- (2022-03-13) Package added to pkgsrc.se, version gcc10-aux-10.3.0 (created)
CVS history: (Expand)
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.
|
2022-03-27 17:06:11 by Tobias Nygren | Files touched by this commit (3) |
Log message:
gcc*: only use system zlib if it is native, else use bundled
This is the logic we have in gcc8. Replicate it to newer GCC packages.
Using pkgsrc zlib causes problems linking gcov(1) on at least Linux
and SunOS. It is not worth bend-over-backwards rpath-patching.
|