Configurations/10-main.conf: add android64-x86_64 target.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
d5a39c12f0
commit
a43249122b
1 changed files with 4 additions and 0 deletions
|
@ -934,6 +934,10 @@ sub vms_info {
|
|||
inherit_from => [ "android64", asm("aarch64_asm") ],
|
||||
perlasm_scheme => "linux64",
|
||||
},
|
||||
"android64-x86_64" => {
|
||||
inherit_from => [ "android64", asm("x86_64_asm") ],
|
||||
perlasm_scheme => "elf",
|
||||
},
|
||||
|
||||
#### *BSD
|
||||
"BSD-generic32" => {
|
||||
|
|
Loading…
Reference in a new issue