From: David CARLIER Date: Mon, 4 Jan 2021 16:42:47 +0000 (+0000) Subject: Mac M1 setting change proposal. X-Git-Tag: openssl-3.0.0-alpha10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0e98a5c40806ff9dde15cf4a619cc931800fd9;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13771) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 5f672fbb77f..ef892b555ae 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", },