summaryrefslogtreecommitdiff
path: root/external/openssl/openssl-macos-arm64.patch.1
blob: aeaa80d3a3803ba0e2fb3804dc11515041e78fb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-*- Mode: diff -*-
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1557,6 +1667,14 @@
         bn_ops           => "SIXTY_FOUR_BIT_LONG",
         perlasm_scheme   => "macosx",
     },
+    "darwin64-arm64-cc" => {
+        inherit_from     => [ "darwin-common" ],
+        CFLAGS           => add("-Wall"),
+        cflags           => add("-arch arm64"),
+        lib_cppflags     => add("-DL_ENDIAN"),
+        bn_ops           => "SIXTY_FOUR_BIT_LONG",
+        perlasm_scheme   => "macosx",
+    },
 
 ##### GNU Hurd
     "hurd-x86" => {
+0200'>2015-12-15use vector as container for Primitive3DReferenceNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl 2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-01Remove visual noise from includeAlexander Wilms 2014-01-10Use boolStephan Bergmann