From b15a77b19b455381091bb76383b03fd5f4376594 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 29 Sep 2020 14:26:12 +0300 Subject: [PATCH] configure.ac: Add e2k platform Elbrus (also known as Elbrus 2000) is a Russian 64-bit LE VLIW. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.40.0