From: John Ellson Date: Mon, 6 Apr 2020 19:12:18 +0000 (-0400) Subject: resolve conflict by adding both: mips64 and riscv64 X-Git-Tag: stable_release_2.44.0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de38e84327eeeacf0eea292f3df55da51fd48361;p=graphviz resolve conflict by adding both: mips64 and riscv64 --- de38e84327eeeacf0eea292f3df55da51fd48361 diff --cc configure.ac index 5b7078f15,060d2819d..5e098aa2b --- a/configure.ac +++ b/configure.ac @@@ -123,7 -123,7 +123,7 @@@ if test -z "$LIBPOSTFIX"; the case "${host_os}" in *linux* ) case "${host_cpu}" in - aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* ) - aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | riscv64 ) ++ aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* | riscv64 ) LIBPOSTFIX="64" INTGOSIZE=64 ;;