From: Michael Shigorin Date: Tue, 29 Sep 2020 11:26:12 +0000 (+0300) Subject: configure.ac: Add e2k platform X-Git-Tag: 2.46.0~20^2^2~58^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b15a77b19b455381091bb76383b03fd5f4376594;p=graphviz configure.ac: Add e2k platform Elbrus (also known as Elbrus 2000) is a Russian 64-bit LE VLIW. --- diff --git a/configure.ac b/configure.ac index f2f02d1f9..d864f424f 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 | mips64* | riscv64 ) + aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* | riscv64 | e2k ) LIBPOSTFIX="64" INTGOSIZE=64 ;;