From: zhangjialing Date: Thu, 20 Feb 2020 02:13:30 +0000 (+0800) Subject: host_cpu add mips64 platform X-Git-Tag: stable_release_2.42.4~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fe2f0daf4aabf894a2c41ae9b1222f6c3218827;p=graphviz host_cpu add mips64 platform --- diff --git a/configure.ac b/configure.ac index aa027c5f7..8aded4929 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 | mips64* ) LIBPOSTFIX="64" INTGOSIZE=64 ;;