https://gcc.gnu.org/g:35ba44f5eca80679e2d61fcb0169a182df9bd073
commit r15-7953-g35ba44f5eca80679e2d61fcb0169a182df9bd073 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Mar 11 11:48:35 2025 +0100 One more libgcobol/configure.tgt tweak On Tue, Mar 11, 2025 at 10:45:09AM +0100, Andreas Schwab wrote: > I think that makes the x32 match obsolete. You're right. I've already committed the patch, so here is incremental one. 2025-03-11 Jakub Jelinek <ja...@redhat.com> * configure.tgt: Remove x86_64-*-linux*x32 special case. Diff: --- libgcobol/configure.tgt | 3 --- 1 file changed, 3 deletions(-) diff --git a/libgcobol/configure.tgt b/libgcobol/configure.tgt index fe6f3dad396f..892934584d6b 100644 --- a/libgcobol/configure.tgt +++ b/libgcobol/configure.tgt @@ -34,9 +34,6 @@ case "${target}" in LIBGCOBOL_SUPPORTED=yes fi ;; - x86_64-*-linux*x32) - LIBGCOBOL_SUPPORTED=no - ;; x86_64-*-linux* | i?86-*-linux*) if test x$ac_cv_sizeof_void_p = x8; then LIBGCOBOL_SUPPORTED=yes