libgcobol: mark riscv64-*-linux* as supported target

* configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with
	64-bit multilib.
This commit is contained in:
Andreas Schwab 2025-03-17 09:51:07 +01:00
parent 99cd28c473
commit a039bab957

View file

@ -34,6 +34,11 @@ case "${target}" in
LIBGCOBOL_SUPPORTED=yes
fi
;;
riscv64-*-linux*)
if test x$ac_cv_sizeof_void_p = x8; then
LIBGCOBOL_SUPPORTED=yes
fi
;;
x86_64-*-linux* | i?86-*-linux* | x86_64-*-darwin*)
if test x$ac_cv_sizeof_void_p = x8; then
LIBGCOBOL_SUPPORTED=yes