mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
Android: Enable 16 KB ELF alignment for arm64-v8a and x86_64 platforms
CLA: trivial Reviewed-by: Hugo Landau <hlandau@devever.net> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28277)
This commit is contained in:
committed by
Alexandr Nedvedicky
parent
730c2d9ccc
commit
3ec265978c
@@ -232,6 +232,7 @@ my %targets = (
|
||||
bn_ops => add("RC4_CHAR"),
|
||||
asm_arch => 'aarch64',
|
||||
perlasm_scheme => "linux64",
|
||||
shared_ldflag => add("-Wl,-z,max-page-size=16384"),
|
||||
},
|
||||
|
||||
"android-mips" => {
|
||||
@@ -269,6 +270,7 @@ my %targets = (
|
||||
bn_ops => add("RC4_INT"),
|
||||
asm_arch => 'x86_64',
|
||||
perlasm_scheme => "elf",
|
||||
shared_ldflag => add("-Wl,-z,max-page-size=16384"),
|
||||
},
|
||||
|
||||
"android-riscv64" => {
|
||||
|
||||
Reference in New Issue
Block a user