[Bug other/119510] gcc_release will not add generated files for non-default languages

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 31 06:27:49 GMT 2025


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119510

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't see how we could do the regeneration without actually building
something unless we want to duplicate everything (in the posted patch, the
libffi.info regeneration is an example of duplication, the rest just uses a
make target).
We need something that will at least configure gcc etc.
We certainly can --disable-bootstrap, that will significantly speed it up.


More information about the Gcc-bugs mailing list