diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2025-04-10 14:16:37 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2025-04-10 15:15:05 +0100 |
commit | 6fd19b2dbda453d3de57529ded2df9e62d1efdaa (patch) | |
tree | 59b0270c0172356c028e23f3589696db067e0f1d | |
parent | 6ddcbb3ec8cf5e0ab38c28f40e92e0a77d6f1fdd (diff) | |
download | gcc-6fd19b2dbda453d3de57529ded2df9e62d1efdaa.zip gcc-6fd19b2dbda453d3de57529ded2df9e62d1efdaa.tar.gz gcc-6fd19b2dbda453d3de57529ded2df9e62d1efdaa.tar.bz2 |
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 <iain@sandoe.co.uk>
-rw-r--r-- | libgcobol/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcobol/configure.tgt b/libgcobol/configure.tgt index c5e263a..ebf044e 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 |