From: Jakub Jelinek Date: Tue, 11 Mar 2025 10:48:35 +0000 (+0100) Subject: One more libgcobol/configure.tgt tweak X-Git-Tag: basepoints/gcc-16~1600 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35ba44f5eca80679e2d61fcb0169a182df9bd073;p=thirdparty%2Fgcc.git 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. --- 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