2025-03-04 10:37:39 by Nia Alarie | Files touched by this commit (31) |
Log message:
*: Assume that the user has a C99-capable compiler.
A compiler that supports -std=c99 is required for
bootstrap, so it doesn't make sense to specify a c99
compiler everywhere in package makefiles.
At any rate, I would bet my entire life's savings that
this is a small fraction of the total number of packages
requiring c99.
Note that compilers that default to c89 but support c99
are still supported...
|
2025-01-07 20:56:15 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
lang/gcc6: Add scary comment over GCC_TARGET_MACHINE substitution.
Same one as in later lang/gcc* versions, for consistency.
No functional change intended.
|
2024-06-23 17:47:17 by Izumi Tsutsui | Files touched by this commit (1) |
Log message:
gcc6: specify -Wno-missing-attributes only on newer gcc versions.
This makes stage1 gcc builds on Mac OS Tiger with Xcode 2.5 (gcc 4.0.1)
but still fails during stage2 libstdc++.
|
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-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-11-16 10:24:04 by Nia Alarie | Files touched by this commit (1) |
Log message:
gcc6: can't work on NetBSD/aarch64
|
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
|