]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
One more libgcobol/configure.tgt tweak
authorJakub Jelinek <jakub@redhat.com>
Tue, 11 Mar 2025 10:48:35 +0000 (11:48 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 11 Mar 2025 10:50:18 +0000 (11:50 +0100)
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  <jakub@redhat.com>

* configure.tgt: Remove x86_64-*-linux*x32 special case.

libgcobol/configure.tgt

index fe6f3dad396f5f4510b6b8ebfae99b004755566e..892934584d6bdeb73cc81941192e00c17b43d84d 100644 (file)
@@ -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