mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
16328e9f6c
commit
1cafbb799a
@ -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" } ],
|
||||
|
Loading…
Reference in New Issue
Block a user