[openssl] master update

Matt Caswell matt at openssl.org
Mon Aug 10 08:21:21 UTC 2020


The branch master has been updated
       via  23f04372f45f8c9e3865c3bcfee3f77a9cc10673 (commit)
      from  c23add3676634ced6662929d60f266a9f5062e7b (commit)


- Log -----------------------------------------------------------------
commit 23f04372f45f8c9e3865c3bcfee3f77a9cc10673
Author: C.W. Betts <computers57 at hotmail.com>
Date:   Wed Aug 5 02:08:07 2020 -0600

    Initial Apple Silicon support.
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/12591)

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

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

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index fc9f3bbea6..d7580bf3e1 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1615,6 +1615,16 @@ my %targets = (
         asm_arch         => 'x86_64',
         perlasm_scheme   => "macosx",
     },
+    "darwin64-arm64-cc" => { inherit_from => [ "darwin64-arm64" ] }, # "Historic" alias
+    "darwin64-arm64" => {
+        inherit_from     => [ "darwin-common" ],
+        CFLAGS           => add("-Wall"),
+        cflags           => add("-arch arm64"),
+        lib_cppflags     => add("-DL_ENDIAN"),
+        bn_ops           => "SIXTY_FOUR_BIT_LONG",
+        asm_arch         => 'aarch64_asm',
+        perlasm_scheme   => "ios64",
+    },
 
 ##### GNU Hurd
     "hurd-x86" => {


More information about the openssl-commits mailing list