On Tue, Mar 25, 2025 at 05:48:57PM +0000, Iain Sandoe wrote: > Tested on x86_64, aarch64-linux and x86_64-darwin, verified that there > is no change in the libquadmath build on the platforms that do not need > it. OK for trunk? > thanks > Iain > > --- 8< --- > > For the configuration of libgcobol to be correct for targets that need > to use libquadmath for 128b FP support, we must be able to find the > quadmath library (or not, for targets that have the support in libc). > > PR cobol/119244 > > ChangeLog: > > * Makefile.def: libgcobol configure depends on libquadmath build. > * Makefile.in: Regenerate. > > Signed-off-by: Iain Sandoe <i...@sandoe.co.uk>
LGTM. Jakub