summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-07-29 12:47:29 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:21:43 +0100
commit38186a241ebe28bb25e237b62bb8a8cc60d152fa (patch)
tree2013f3c93b0ff96db207549cea0eb63a49bfc48b /util
parent8bee6acc6fa05993f60f2cff8754453055b8e09e (diff)
Add BSD-armv4 target based on linux-armv4
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18910) (cherry picked from commit a9389c0b75e69ebaf74fdc8fee0c983809e45931)
Diffstat (limited to 'util')
-rwxr-xr-xutil/perl/OpenSSL/config.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 346a1c7a73..c44a8dfb3f 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -784,6 +784,8 @@ EOF
[ 'x86_64-.*-dragonfly.*', { target => "BSD-x86_64" } ],
[ 'amd64-.*-.*bsd.*', { target => "BSD-x86_64" } ],
[ 'arm64-.*-.*bsd.*', { target => "BSD-aarch64" } ],
+ [ 'armv6-.*-.*bsd.*', { target => "BSD-armv4" } ],
+ [ 'armv7-.*-.*bsd.*', { target => "BSD-armv4" } ],
[ '.*86.*-.*-.*bsd.*',
sub {
# mimic ld behaviour when it's looking for libc...