]> granicus.if.org Git - graphviz/commitdiff
configure.ac: Add e2k platform
authorMichael Shigorin <mike@altlinux.org>
Tue, 29 Sep 2020 11:26:12 +0000 (14:26 +0300)
committerMichael Shigorin <mike@altlinux.org>
Tue, 29 Sep 2020 11:36:34 +0000 (14:36 +0300)
Elbrus (also known as Elbrus 2000) is a Russian 64-bit LE VLIW.

configure.ac

index f2f02d1f9223e62ea10d831effe5e5f6e97a0229..d864f424fd0b0b8a29ae465a4f31e0dc8029c7b1 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 | mips64* | riscv64 )
+        aarch64 | powerpc64 | powerpc64le | s390x | x86_64 | sparc64 | mips64* | riscv64 | e2k )
           LIBPOSTFIX="64"
           INTGOSIZE=64
           ;;