libgcobol: mark riscv64-*-linux* as supported target
* configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with 64-bit multilib.
This commit is contained in:
parent
99cd28c473
commit
a039bab957
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue