Files
ports/lang/gcc15/pkg-help
T
Lorenzo Salvadore b6f9ddb365 lang/gcc15: Build jit only when bootstrap is on
Building jit without bootstrap does not work, so we add jit to the
enabled languages only if a bootstrap option has been selected.

Indeed, building GCC on FreeBSD with FreeBSD's default compiler
(clang) and without bootstraping it is not fully supported.

See e-mail
https://lists.freebsd.org/archives/dev-commits-ports-main/2025-August/160223.html
for more details.

Reported by:	vishwin
2025-09-10 12:09:59 +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.