summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAllan Jude <allan@klarasystems.com>2021-11-19 18:58:51 +0000
committerTomas Mraz <tomas@openssl.org>2022-05-05 11:11:40 +0200
commit9ddab6a008c6614f7858d5ae971a7e4afc19ca15 (patch)
tree33b93775c3f12069e67d916108197f9ae3ef1900 /util
parentabd18d729a2b8a9c4ae38f54e27289180e2e94d0 (diff)
Detect arm64-*-*bsd and enable assembly optimizations
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17084) (cherry picked from commit 8e22f9d6d956ad583afe10b986519731c113ac80)
Diffstat (limited to 'util')
-rwxr-xr-xutil/perl/OpenSSL/config.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 3748788eec..84485abae5 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -754,6 +754,7 @@ EOF
[ 'ia64-.*-.*bsd.*', { target => "BSD-ia64" } ],
[ 'x86_64-.*-dragonfly.*', { target => "BSD-x86_64" } ],
[ 'amd64-.*-.*bsd.*', { target => "BSD-x86_64" } ],
+ [ 'arm64-.*-.*bsd.*', { target => "BSD-aarch64" } ],
[ '.*86.*-.*-.*bsd.*',
sub {
# mimic ld behaviour when it's looking for libc...