Re: [PATCH] other/119510 - use --enable-languages=default,cobol for release tarballs

2025-03-28 Thread Jakub Jelinek
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 g

[PATCH] other/119510 - use --enable-languages=default,cobol for release tarballs

2025-03-28 Thread Richard Biener
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 silentl