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:
vkryl
2025-08-15 15:01:51 +03:00
committed by Alexandr Nedvedicky
parent 730c2d9ccc
commit 3ec265978c

View File

@@ -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" => {