Re: [PATCH] libgcobol: Add multilib support

2025-05-16 Thread Rainer Orth
Richard Biener writes: > On Wed, May 14, 2025 at 6:29 PM James K. Lowden > wrote: >> >> On Wed, 14 May 2025 11:04:50 +0200 >> Rainer Orth wrote: >> >> > Work around what appears to be a GNU make bug handling MAKEFLAGS >> >> Before I say Yes, could someone please tell me why this rumored bug is

Re: [PATCH] libgcobol: Add multilib support

2025-05-14 Thread Richard Biener
On Wed, May 14, 2025 at 6:29 PM James K. Lowden wrote: > > On Wed, 14 May 2025 11:04:50 +0200 > Rainer Orth wrote: > > > Work around what appears to be a GNU make bug handling MAKEFLAGS > > Before I say Yes, could someone please tell me why this rumored bug is > responsible for so much boilerplat

Re: [PATCH] libgcobol: Add multilib support

2025-05-14 Thread James K. Lowden
On Wed, 14 May 2025 11:04:50 +0200 Rainer Orth wrote: > Work around what appears to be a GNU make bug handling MAKEFLAGS Before I say Yes, could someone please tell me why this rumored bug is responsible for so much boilerplate in our Makefile.am files? You say, > Unlike some runtime libs tha