MIPS assembly pack: default heuristic detection to little-endian.
authorAndy Polyakov <appro@openssl.org>
Wed, 14 Mar 2018 16:23:16 +0000 (17:23 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 19 Mar 2018 13:31:30 +0000 (14:31 +0100)
commit9d3cab4bdb03ed740e009503088b0d3c21072eea
tree40ebe1f89b769d925e757cd4dfd72fb5cc09306f
parentf41c8674c481ae32164430e0797979e29896cd77
MIPS assembly pack: default heuristic detection to little-endian.

Current endianness detection is somewhat opportunistic and can fail
in cross-compile scenario. Since we are more likely to cross-compile
for little-endian now, adjust the default accordingly.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5613)
crypto/aes/asm/aes-mips.pl
crypto/sha/asm/sha1-mips.pl
crypto/sha/asm/sha512-mips.pl