https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119244
--- Comment #29 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:0fb10aca02852b2e8d78a78c07aa2f62aec6a07e commit r15-8910-g0fb10aca02852b2e8d78a78c07aa2f62aec6a07e Author: Iain Sandoe <i...@sandoe.co.uk> Date: Tue Mar 25 16:20:58 2025 +0000 toplevel, libcobol: Add dependency on libquadmath build [PR119244]. 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>