On Fri, Mar 28, 2025 at 03:26:04PM +0100, Richard Biener wrote:
> The following adds cobol to the set of languages built during release
> tarball building so the bison and flex generated sources for cobol
> are included in the tarball.
>
> OK?
>
> I think an explicit list is better since you'll get an error if
> prerequesites for a language are not present instead of silently
> disabling it as it is done with =all. Note this does not fix the
> missed texinfo generated files for other languages. I do have a
> RC tarball built with =all, I can see to compare contents between
> that and a =default - is that interesting?
>
> PR other/119510
> * maintainer-scripts/gcc_release: Use --enable-languages=default,cobol
> when building generated files.
Ok.
Jakub