Configure: use ELFv2 ABI on some ppc64 big endian systems
authorAndy Polyakov <appro@openssl.org>
Sun, 5 May 2019 16:30:55 +0000 (18:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2019 17:31:33 +0000 (18:31 +0100)
commit098404128383ded87ba390dd74ecd9e2ffa6f530
treec619dd708dce2777ce88f3e739bd03774be818ff
parent34ab13b7d8e3e723adb60be8142e38b7c9cd382a
Configure: use ELFv2 ABI on some ppc64 big endian systems

If _CALL_ELF is defined to be 2, it's an ELFv2 system.
Conditionally switch to the v2 perlasm scheme.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8883)
Configure