From: Nikita Ermakov Date: Thu, 19 Mar 2020 16:03:01 +0000 (+0300) Subject: Add riscv64 to host_cpu configure.ac X-Git-Tag: stable_release_2.44.0~15^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03493b9a3e49281371ba7248501c6e66e5182d89;p=graphviz Add riscv64 to host_cpu configure.ac Add riscv64 to the host_cpu list of 64-bit CPUs for linux host_os. --- diff --git a/configure.ac b/configure.ac index aa027c5f7..060d2819d 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ if test -z "$LIBPOSTFIX"; then case "${host_os}" in *linux* ) case "${host_cpu}" in - aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 ) + aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | riscv64 ) LIBPOSTFIX="64" INTGOSIZE=64 ;;