提交 87ba25ee 编写于 作者: A Andy Polyakov

Configurations/15-android.conf: default to RC4_CHAR whenever possible.

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5613)
上级 9d3cab4b
...@@ -160,14 +160,17 @@ my %targets = ( ...@@ -160,14 +160,17 @@ my %targets = (
# -march and/or -mfloat-abi flags. NDK defaults to armv5te. # -march and/or -mfloat-abi flags. NDK defaults to armv5te.
# #
inherit_from => [ "android", asm("armv4_asm") ], inherit_from => [ "android", asm("armv4_asm") ],
bn_ops => add("RC4_CHAR"),
}, },
"android-arm64" => { "android-arm64" => {
inherit_from => [ "android", asm("aarch64_asm") ], inherit_from => [ "android", asm("aarch64_asm") ],
bn_ops => add("RC4_CHAR"),
perlasm_scheme => "linux64", perlasm_scheme => "linux64",
}, },
"android-mips" => { "android-mips" => {
inherit_from => [ "android", asm("mips32_asm") ], inherit_from => [ "android", asm("mips32_asm") ],
bn_ops => add("RC4_CHAR"),
perlasm_scheme => "o32", perlasm_scheme => "o32",
}, },
"android-mips64" => { "android-mips64" => {
...@@ -181,6 +184,7 @@ my %targets = ( ...@@ -181,6 +184,7 @@ my %targets = (
# prior versions original MIPS binary code will fail. # prior versions original MIPS binary code will fail.
# #
inherit_from => [ "android", asm("mips64_asm") ], inherit_from => [ "android", asm("mips64_asm") ],
bn_ops => add("RC4_CHAR"),
perlasm_scheme => "64", perlasm_scheme => "64",
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册