Skip to content

Commit 7689926

Browse files
orgadsmattcaswell
authored andcommitted
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 openssl#11725)
1 parent 64af3ae commit 7689926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configurations/10-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ my %targets = (
790790
inherit_from => [ "linux-generic32" ],
791791
cflags => add("-mabi=n32"),
792792
cxxflags => add("-mabi=n32"),
793-
bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
793+
bn_ops => "RC4_CHAR",
794794
asm_arch => 'mips64',
795795
perlasm_scheme => "n32",
796796
multilib => "32",

0 commit comments

Comments
 (0)