Files
ports/lang/gcc16/pkg-help
T
Lorenzo Salvadore 3c75afef99 lang/gcc16: Add port
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc16,
g++16, and gfortran16, respectively.

This is the first release from the GCC 16 series.
It largely is a copy of lang/gcc16-devel, with release-specific
modifications from lang/gcc15.

Common issues that could happen when porting code to GCC 16:
https://gcc.gnu.org/gcc-16/porting_to.html

Changes: https://gcc.gnu.org/gcc-16/changes.html
2026-05-15 15:23:13 +02:00

7 lines
344 B
Plaintext

Building this port with LTO_BOOTSTRAP enabled requires significant amounts of
memory and time. Consider disabling LTO_BOOTSTRAP in favor of STANDARD_BOOTSTRAP
in case that is a problem.
Note that disabling bootstrap altogether is possible, but not recommended: some
features (e.g. jit) requires you to choose a bootstrap option to be enabled.