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. |
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-07-11 15:42:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message: gcc10*: update to 10.5.0 The list of PR's fixed since 10.4.0 can be found here: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=10.5 which includes 3 C, 25 C++, 4 debug, 17 libstdc++, and many others for the internals. |