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>
This commit is contained in:
parent
6ddcbb3ec8
commit
6fd19b2dbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue