]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, libgcobol: Enable for x86_64 Darwin.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 10 Apr 2025 13:16:37 +0000 (14:16 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Thu, 10 Apr 2025 14:15:05 +0000 (15:15 +0100)
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 <iain@sandoe.co.uk>
libgcobol/configure.tgt

index c5e263a4eed934cd83dc882ef185ab8945e7725f..ebf044e98f1a029eadd36bdbe4c2a0a02b93d437 100644 (file)
@@ -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