The branch master has been updated
       via  3b740f6ec0562a97046277c8246b21163b1a7553 (commit)
      from  177b60b48139f873dd8f7b841f2655a985d9806d (commit)


- Log -----------------------------------------------------------------
commit 3b740f6ec0562a97046277c8246b21163b1a7553
Author: Dmitry Belyavskiy <[email protected]>
Date:   Mon Jan 20 16:25:43 2020 +0300

    Russian Elbrus processors support
    
    Reviewed-by: Paul Dale <[email protected]>
    Reviewed-by: Tomas Mraz <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/10901)

-----------------------------------------------------------------------

Summary of changes:
 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"

Reply via email to