Configure: Avoid SIXTY_FOUR_BIT for linux-mips64
authorOrgad Shaneh <orgads@gmail.com>
Mon, 24 Feb 2020 07:02:31 +0000 (09:02 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 15 May 2020 10:23:58 +0000 (11:23 +0100)
commitfa41bbe00ef03cf7f8bb0c6f20fa59d451fc7bca
treed57779b67c7cb1956694cb965991c666a873fc9f
parent024035b6e018405d7c29bce2e10e884066203601
Configure: Avoid SIXTY_FOUR_BIT for linux-mips64

This is a 32-bit ABI build (as opposed to linux64-mips64).
Setting SIXTY_FOUR_BIT breaks hardware optimizations, at least on
octeon processors.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11154)
Configurations/10-main.conf