b6f9ddb365
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
7 lines
344 B
Plaintext
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.
|