]> granicus.if.org Git - graphviz/commitdiff
host_cpu add mips64 platform
authorzhangjialing <zhangjialing@loongson.cn>
Thu, 20 Feb 2020 02:13:30 +0000 (10:13 +0800)
committerzhangjialing <zhangjialing@loongson.cn>
Thu, 20 Feb 2020 02:14:36 +0000 (10:14 +0800)
configure.ac

index aa027c5f719c7f9487dd0cc0bc61b1788debf572..8aded49295ef137484cdf7b85f446ddd1022b66e 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 | mips64* )
           LIBPOSTFIX="64"
           INTGOSIZE=64
           ;;