summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-01-04 16:42:47 +0000
committerTomas Mraz <tmraz@fedoraproject.org>2021-01-06 11:06:32 +0100
commit7c0e98a5c40806ff9dde15cf4a619cc931800fd9 (patch)
tree38f09377ec6218c48291f33a78a1cc9ed5686945 /Configurations
parent7fd1ca723a06739e76a17d1065ac94bcfcfc4f9f (diff)
Mac M1 setting change proposal.
Running tests takes very long with the current setting while it takes a lot shorter time with this change. Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13771)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 5f672fbb77..ef892b555a 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1623,7 +1623,7 @@ my %targets = (
cflags => add("-arch arm64"),
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
- asm_arch => 'aarch64_asm',
+ asm_arch => 'aarch64',
perlasm_scheme => "ios64",
},