util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Jul 2020 05:39:06 +0000 (07:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 4 Jul 2020 08:34:58 +0000 (10:34 +0200)
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)

util/perl/OpenSSL/config.pm

index 7a37399bcad8d9b1fa3a37b376d6db8ffe10c3d1..e72eadc8a99f169a8a0742eed4756b0fb3c3a1d3 100755 (executable)
@@ -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" } ],