[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri Sep 25 14:06:45 UTC 2015


The branch master has been updated
       via  a2c1dedc5de3312fd4d6506923f2a61eecc67985 (commit)
      from  349b3107428d393580d9261f29afe8c700797b76 (commit)


- Log -----------------------------------------------------------------
commit a2c1dedc5de3312fd4d6506923f2a61eecc67985
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Fri Sep 25 15:11:43 2015 +0200

    Properly format linux-arm64ilp32 target config
    
    Otherwise the ./config script fails with errors like:
    
    > Operating system: x86_64-whatever-linux2
    > This system (linux-x86_64) is not supported. See file INSTALL for details.
    
    The failure was introduced by a93d3e0.
    
    RT#4062
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

Summary of changes:
 Configurations/10-main.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index e612812..426fbfa 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -584,7 +584,7 @@
     },
     "linux-arm64ilp32" => {  # https://wiki.linaro.org/Platform/arm64-ilp32
         inherit_from     => [ "linux-generic32", asm("aarch64_asm") ],
-        cflags           => "-mabi=ilp32 -Wall"
+        cflags           => "-mabi=ilp32 -Wall",
         bn_ops           => "SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
         perlasm_scheme   => "linux64",
         shared_ldflag    => "-mabi=ilp32",


More information about the openssl-commits mailing list