On Thu, 8 Jan 2026 at 12:43, Frank Scheiner wrote: > But if you tell me that this won't affect the GCC bootstraps, I could > enable that for future builds, of course. Also to possibly solve the > below issues because of missing LTO support. > > So, just to be sure: `--enable-lto` is enough to support this, or do I > also need "lto" in `--enable-languages=`?
Just remove --disable-lto It's enabled automatically, which adds it to --enable-languages automatically, but the explicit --disable-lto overrides that default behaviour.
