]> granicus.if.org Git - graphviz/commitdiff
Add riscv64 to host_cpu configure.ac
authorNikita Ermakov <coffe92@gmail.com>
Thu, 19 Mar 2020 16:03:01 +0000 (19:03 +0300)
committerNikita Ermakov <arei@altlinux.org>
Thu, 19 Mar 2020 16:08:36 +0000 (19:08 +0300)
Add riscv64 to the host_cpu list of 64-bit CPUs for linux host_os.

configure.ac

index aa027c5f719c7f9487dd0cc0bc61b1788debf572..060d2819dcbfa39282695007f9fc4396c12442b9 100644 (file)
@@ -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
           ;;