summaryrefslogtreecommitdiffstats
path: root/util/perl/OpenSSL/config.pm
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-07-01 07:39:06 +0200
committerRichard Levitte <levitte@openssl.org>2020-07-04 10:34:58 +0200
commit1cafbb799a373f0d6ba55843fd51692e14c0fe09 (patch)
tree4893c843b95f52892b13352c55464e0b3d7f8c7a /util/perl/OpenSSL/config.pm
parent16328e9f6cc8bcd5ff5fef09b78374134de1f1e1 (diff)
util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
This entry added the macro B_ENDIAN when it shouldn't have. Fixes #12332 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12335)
Diffstat (limited to 'util/perl/OpenSSL/config.pm')
-rwxr-xr-xutil/perl/OpenSSL/config.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/perl/OpenSSL/config.pm b/util/perl/OpenSSL/config.pm
index 7a37399bca..e72eadc8a9 100755
--- a/util/perl/OpenSSL/config.pm
+++ b/util/perl/OpenSSL/config.pm
@@ -609,7 +609,6 @@ EOF
],
[ 'armv[1-3].*-.*-linux2', { target => "linux-generic32" } ],
[ 'armv[7-9].*-.*-linux2', { target => "linux-armv4",
- defines => [ 'B_ENDIAN' ],
cflags => [ '-march=armv7-a' ],
cxxflags => [ '-march=armv7-a' ] } ],
[ 'arm.*-.*-linux2', { target => "linux-armv4" } ],