]> git.ipfire.org Git - thirdparty/gcc.git/commit
Make libgcobol/configure.tgt more similar to other libraries
authorJakub Jelinek <jakub@redhat.com>
Tue, 11 Mar 2025 10:05:13 +0000 (11:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 11 Mar 2025 10:05:13 +0000 (11:05 +0100)
commit8e1efc3c864928e3447880caceddb6fa0d45bc46
tree64a03931c32431cd778136f04ca4ac7cbb6ea3da
parent20e5aa9cc1519f871cce25dbfdc149d9d60da779
Make libgcobol/configure.tgt more similar to other libraries

When we know libgcobol is unsupported on 32-bit arches, we should just say
so in configure.tgt, the same way as on other targets.

2025-03-11  Jakub Jelinek  <jakub@redhat.com>

* configure.tgt: Only set LIBGCOBOL_SUPPORTED for lp64
multilibs of powerpc64le-*-linux* and x86_64-*-linux*.  Handle
i?86-*-linux* the same as x86_64-*-linux*.
libgcobol/configure.tgt