From 35ba44f5eca80679e2d61fcb0169a182df9bd073 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 11 Mar 2025 11:48:35 +0100 Subject: [PATCH] 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 * configure.tgt: Remove x86_64-*-linux*x32 special case. --- libgcobol/configure.tgt | 3 --- 1 file changed, 3 deletions(-) diff --git a/libgcobol/configure.tgt b/libgcobol/configure.tgt index fe6f3dad396..892934584d6 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 -- 2.47.2