[PATCH] toplevel, libcobol: Add dependency on libquadmath build [PR119244].

2025-04-04 Thread Iain Sandoe
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, w

Re: [PATCH] toplevel, libcobol: Add dependency on libquadmath build [PR119244].

2025-03-25 Thread Jakub Jelinek
On Tue, Mar 25, 2025 at 05:48:57PM +, 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 libgcobo