gcc
- Bootstrapping does not work in toolchain and in cross (only in native where it makes sense according to docs) (should be enabled by default in native, if not then explicitly pass
--enable-bootstrap
) bootstrap-lto-lean
has to be used withmake profiledbootstrap
?bootstrap-debug-lean
is slower and bigger compared tobootstrap-debug
gcc
bootstrap-lto
build configuration adjustsCFLAGS
andLDFLAGS
--enable-link-mutex
is deprecated, use--enable-link-serialization=1
instead: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109310 (=1
is sane, any higher value might thrash the system)