Configure: add initial support for 64-bit Android.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
4eb504aedf
commit
5a3d915d77
@ -816,6 +816,18 @@
|
|||||||
perlasm_scheme => "o32",
|
perlasm_scheme => "o32",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"android64" => {
|
||||||
|
inherit_from => [ "linux-generic64" ],
|
||||||
|
cflags => "-mandroid -fPIC --sysroot=\$(CROSS_SYSROOT) -Wa,--noexecstack -Wall",
|
||||||
|
debug_cflags => "-O0 -g",
|
||||||
|
lflags => "-pie%-ldl",
|
||||||
|
shared_cflag => "",
|
||||||
|
},
|
||||||
|
"android64-aarch64" => {
|
||||||
|
inherit_from => [ "android64", asm("aarch64_asm") ],
|
||||||
|
perlasm_scheme => "linux64",
|
||||||
|
},
|
||||||
|
|
||||||
#### *BSD
|
#### *BSD
|
||||||
"BSD-generic32" => {
|
"BSD-generic32" => {
|
||||||
# As for thread_cflag. Idea is to maintain "collective" set of
|
# As for thread_cflag. Idea is to maintain "collective" set of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user