Re: [PATCH] Make libgcobol/configure.tgt more similar to other libraries

2025-03-11 Thread Richard Biener
On Tue, 11 Mar 2025, Jakub Jelinek wrote: > Hi! > > When we know libgcobol is unsupported on 32-bit arches, we should just say > so in configure.tgt, the same way as on other targets. > > Tested on x86_64-linux with --enable-languages=c,c++,cobol, ok for trunk? OK. Thanks, Richard. > 2025-03-

Re: [PATCH] Make libgcobol/configure.tgt more similar to other libraries

2025-03-11 Thread Andreas Schwab
On Mär 11 2025, Jakub Jelinek wrote: > --- libgcobol/configure.tgt.jj2025-03-11 09:18:22.133128278 +0100 > +++ libgcobol/configure.tgt 2025-03-11 09:53:32.208959209 +0100 > @@ -30,12 +30,16 @@ case "${target}" in > LIBGCOBOL_SUPPORTED=yes > ;; > powerpc64le-*-linux*) > -