Next | Query returned 69 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-06-03 15:22:05 by Taylor R Campbell | Files touched by this commit (7)
Log message:
lang/gcc*: Set CC_FOR_BUILD and CXX_FOR_BUILD if cross-compiling.

Verified gcc6 and gcc7 cross-compile on NetBSD, at least if the
gcc-fortran option is disabled.  gcc8 and gcc9 have trouble because
of python (why do these have a full dependency on python?); gcc10 and
gcc12 are missing gcc/config/mips/netbsd64.h; gcc12 and gcc13 have a
cross-compile bug with missing __LIBGCC_*__ macros -- but in any
case, setting CC_FOR_BUILD and CXX_FOR_BUILD is obviously necessary
for cross-compilation.  Conditional on USE_CROSS_COMPILE, so no harm
to native builds.
   2023-03-29 22:44:52 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Ignore unreadable directories when looking for libgcc_s.so
   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-21 14:21:44 by Nia Alarie | Files touched by this commit (1)
Log message:
gcc6: workaround: get this at least building by disabling RELRO
   2022-03-10 17:43:11 by Nia Alarie | Files touched by this commit (5)
Log message:
gcc8: deconditionalize CHECK_RELRO_SKIP

as hinted by mef's recent bulk build, it appears to be more complicated
than simply a matter of bootstrapping
   2021-11-18 08:37:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
gcc6: use BLAKE2s
   2021-10-12 15:46:15 by Tobias Nygren | Files touched by this commit (10)
Log message:
lang/gcc*: skip some RELRO checks when --disable-boostrap

This relates to the case when GCC is built using clang host CC. In that
case the runtime libraries are not built with RELRO for some reason.

for the gcc*-libs/ packages, mark them as RELRO_SUPPORTED=no unconditionally.
RELRO status depends on how the parent gcc package was built so we don't
need nor care about the RELRO status here.
   2021-10-07 16:21:17 by Nia Alarie | Files touched by this commit (282)
Log message:
lang: Remove SHA1 hashes for distfiles
   2021-10-01 13:56:14 by Nia Alarie | Files touched by this commit (85)
Log message:
Prune gcc34, gcc44.
   2021-10-01 13:49:59 by Nia Alarie | Files touched by this commit (5)
Log message:
gcc*: Unsafe for MKPIE. Reported by tnn.

Next | Query returned 69 messages, browsing 11 to 20 | Previous