commit | 9d3cab4bdb03ed740e009503088b0d3c21072eea | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Wed Mar 14 17:23:16 2018 +0100 |
committer | Andy Polyakov <appro@openssl.org> | Mon Mar 19 14:31:30 2018 +0100 |
tree | 40ebe1f89b769d925e757cd4dfd72fb5cc09306f | |
parent | f41c8674c481ae32164430e0797979e29896cd77 [diff] |
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)