Tested on x86_64 Darwin, Linux, pushed to trunk, thanks
Iain

--- 8< ---

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 <i...@sandoe.co.uk>
---
 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.39.2 (Apple Git-143)

Reply via email to