On Mär 11 2025, Jakub Jelinek wrote:

> --- libgcobol/configure.tgt.jj        2025-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*)
> -     LIBGCOBOL_SUPPORTED=yes
> +     if test x$ac_cv_sizeof_void_p = x8; then
> +             LIBGCOBOL_SUPPORTED=yes
> +     fi
>       ;;
>      x86_64-*-linux*x32)
>       LIBGCOBOL_SUPPORTED=no
>       ;;
> -    x86_64-*-linux*)
> -     LIBGCOBOL_SUPPORTED=yes
> +    x86_64-*-linux* | i?86-*-linux*)
> +     if test x$ac_cv_sizeof_void_p = x8; then
> +             LIBGCOBOL_SUPPORTED=yes
> +     fi

I think that makes the x32 match obsolete.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to