diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-11 11:48:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-11 11:50:18 +0100 |
commit | 35ba44f5eca80679e2d61fcb0169a182df9bd073 (patch) | |
tree | d53a0821a889c7a810587f26a93235ab54e53f08 | |
parent | c20e24f8e7318bb50fa0dab98012d9c2f3dbf55b (diff) | |
download | gcc-35ba44f5eca80679e2d61fcb0169a182df9bd073.zip gcc-35ba44f5eca80679e2d61fcb0169a182df9bd073.tar.gz gcc-35ba44f5eca80679e2d61fcb0169a182df9bd073.tar.bz2 |
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 <jakub@redhat.com>
* configure.tgt: Remove x86_64-*-linux*x32 special case.
-rw-r--r-- | libgcobol/configure.tgt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgcobol/configure.tgt b/libgcobol/configure.tgt index fe6f3da..8929345 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 |