mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libgcobol: mark riscv64-*-linux* as supported target
* configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with 64-bit multilib.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user