4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-04 21:49:38 +00:00

Configurations: PowerPC is big endian

Define B_ENDIAN on PowerPC because it is a big endian architecture. With
this change the BN* related tests pass.

Fixes: 

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12371)
This commit is contained in:
Sebastian Andrzej Siewior 2020-07-05 20:52:39 +02:00 committed by Tomas Mraz
parent 3dafbd4468
commit 52c6c12c1c

@ -706,6 +706,7 @@ my %targets = (
inherit_from => [ "linux-generic32" ],
asm_arch => 'ppc32',
perlasm_scheme => "linux32",
lib_cppflags => add("-DB_ENDIAN"),
},
"linux-ppc64" => {
inherit_from => [ "linux-generic64" ],