提交 a4324912 编写于 作者: A Andy Polyakov

Configurations/10-main.conf: add android64-x86_64 target.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 d5a39c12
...@@ -934,6 +934,10 @@ sub vms_info { ...@@ -934,6 +934,10 @@ sub vms_info {
inherit_from => [ "android64", asm("aarch64_asm") ], inherit_from => [ "android64", asm("aarch64_asm") ],
perlasm_scheme => "linux64", perlasm_scheme => "linux64",
}, },
"android64-x86_64" => {
inherit_from => [ "android64", asm("x86_64_asm") ],
perlasm_scheme => "elf",
},
#### *BSD #### *BSD
"BSD-generic32" => { "BSD-generic32" => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册