./lang/gcc10, The GNU Compiler Collection (GCC) - 10.0 Release Series

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 10.5.0nb2, Package name: gcc10-10.5.0nb2, Maintainer: pkgsrc-users

The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go.


Required to run:
[textproc/gsed]

Required to build:
[pkgtools/cwrappers]

Package options: gcc-c++, gcc-fortran, gcc-graphite, gcc-inplace-math, gcc-objc, gcc-objc++, nls

Master sites: (Expand)

Filesize: 76021.887 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-24 12:56:07 by Jonathan Perkin | Files touched by this commit (3)
Log message:
gcc*: Add NOT_FOR_PLATFORM for Darwin/aarch64.

None of these releases support that platform, at least not without a large
patch like the one we currently use for lang/gcc12 (to provide gfortran).
   2024-04-01 20:08:48 by Jonathan Schleifer | Files touched by this commit (7)
Log message:
lang/gcc10: Fix include-order-dependent types on QNX
   2024-04-01 17:34:07 by David H. Gutteridge | Files touched by this commit (3)
Log message:
gcc10*: assign PKGREVISION differently
   2024-04-01 16:33:58 by Jonathan Schleifer | Files touched by this commit (32)
Log message:
Port lang/gcc10 to QNX

With this, there is finally a somewhat modern compiler for QNX.
   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-09-05 18:54:20 by Paolo Vincenzo Olivo | Files touched by this commit (10)
Log message:
gcc*: include missing header and unbreak build on Linux.
   2023-08-29 11:48:47 by Nia Alarie | Files touched by this commit (7)
Log message:
gcc*: Disable FORTIFY on Linux only
   2023-08-18 12:57:59 by Nia Alarie | Files touched by this commit (7)
Log message:
lang/gccX: switch from USE_LANGUAGES=c99 to USE_CC_FEATURES/FORCE_C_STD.