]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgcobol: mark riscv64-*-linux* as supported target
authorAndreas Schwab <schwab@suse.de>
Mon, 17 Mar 2025 08:51:07 +0000 (09:51 +0100)
committerAndreas Schwab <schwab@suse.de>
Tue, 15 Apr 2025 14:59:03 +0000 (16:59 +0200)
* configure.tgt: Set LIBGCOBOL_SUPPORTED for riscv64-*-linux* with
64-bit multilib.

libgcobol/configure.tgt

index ebf044e98f1a029eadd36bdbe4c2a0a02b93d437..a23925295b6fb0a5def242f06a636280fbed5970 100644 (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