From 6fd19b2dbda453d3de57529ded2df9e62d1efdaa Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 10 Apr 2025 14:16:37 +0100 Subject: [PATCH] Darwin, libgcobol: Enable for x86_64 Darwin. Now that we have libquadmath support, we can enable for x86_64, at least. libgcobol/ChangeLog: * configure.tgt: Enable for x86_64 Darwin. Signed-off-by: Iain Sandoe --- libgcobol/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgcobol/configure.tgt b/libgcobol/configure.tgt index c5e263a4eed..ebf044e98f1 100644 --- a/libgcobol/configure.tgt +++ b/libgcobol/configure.tgt @@ -34,7 +34,7 @@ case "${target}" in LIBGCOBOL_SUPPORTED=yes fi ;; - x86_64-*-linux* | i?86-*-linux*) + x86_64-*-linux* | i?86-*-linux* | x86_64-*-darwin*) if test x$ac_cv_sizeof_void_p = x8; then LIBGCOBOL_SUPPORTED=yes fi -- 2.47.2