From 3b740f6ec0562a97046277c8246b21163b1a7553 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 20 Jan 2020 16:25:43 +0300 Subject: [PATCH] Russian Elbrus processors support Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10901) --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 058421c190..8a65b0e6e2 100755 --- a/config +++ b/config @@ -551,6 +551,7 @@ case "$GUESSOS" in pentium-*-vxworks*) OUT="vxworks-pentium" ;; simlinux-*-vxworks*) OUT="vxworks-simlinux" ;; mips-*-vxworks*) OUT="vxworks-mips";; + e2k-*-linux*) OUT="linux-generic64 -DL_ENDIAN" ;; ia64-*-linux?) OUT="linux-ia64" ;; sparc64-*-linux2) echo "WARNING! If you *know* that your GNU C supports 64-bit/V9 ABI" -- 2.34.1