Re: [PATCH] libgcobol: mark riscv64-*-linux* as supported target

2025-04-16 Thread Rainer Orth
Hi Richard, > For the record it now builds fine on s390x-linux (big endian) as well, but > test results are not that good. At least _some_ tests pass ... > > Native configuration is s390x-ibm-linux-gnu > > === cobol tests === > > > Running target unix > FAIL: cobol.dg/literal1.cob

Re: [PATCH] libgcobol: mark riscv64-*-linux* as supported target

2025-04-16 Thread Jakub Jelinek
On Wed, Apr 16, 2025 at 02:17:37PM +0200, Richard Biener wrote: > On Tue, Apr 15, 2025 at 4:33 PM Jeff Law wrote: > > > > > > > > On 4/15/25 7:57 AM, Andreas Schwab wrote: > > > * configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with > > > 64-bit multilib. > > Can't say I'm

Re: [PATCH] libgcobol: mark riscv64-*-linux* as supported target

2025-04-16 Thread Richard Biener
On Tue, Apr 15, 2025 at 4:33 PM Jeff Law wrote: > > > > On 4/15/25 7:57 AM, Andreas Schwab wrote: > > * configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with > > 64-bit multilib. > Can't say I'm happy with the amount of Cobol related churn at this phase > in our cycle. But

[PATCH] libgcobol: mark riscv64-*-linux* as supported target

2025-04-15 Thread Andreas Schwab
* configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with 64-bit multilib. --- libgcobol/configure.tgt | 5 + 1 file changed, 5 insertions(+) diff --git a/libgcobol/configure.tgt b/libgcobol/configure.tgt index ebf044e98f1..a23925295b6 100644 --- a/libgcobol/configure

Re: [PATCH] libgcobol: mark riscv64-*-linux* as supported target

2025-04-15 Thread Jeff Law
On 4/15/25 7:57 AM, Andreas Schwab wrote: * configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with 64-bit multilib. Can't say I'm happy with the amount of Cobol related churn at this phase in our cycle. But this should be exceedingly safe. So OK. jeff