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)
This commit is contained in:
Richard Levitte 2020-07-01 07:39:06 +02:00
parent 16328e9f6c
commit 1cafbb799a

View File

@ -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" } ],