From 1cafbb799a373f0d6ba55843fd51692e14c0fe09 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Jul 2020 07:39:06 +0200 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/12335) --- util/perl/OpenSSL/config.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'util/perl/OpenSSL/config.pm') 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" } ], -- cgit v1.2.3