Mac M1 setting change proposal.
authorDavid CARLIER <devnexen@gmail.com>
Mon, 4 Jan 2021 16:42:47 +0000 (16:42 +0000)
committerTomas Mraz <tmraz@fedoraproject.org>
Wed, 6 Jan 2021 10:06:32 +0000 (11:06 +0100)
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)

Configurations/10-main.conf

index 5f672fbb77f3ace8a5adc8d9d632c3fcc003a462..ef892b555aed091186125cd77bf32be59fd560c8 100644 (file)
@@ -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",
     },