From: Cyril Pascal Date: Wed, 10 Jul 2019 11:50:46 +0000 (+0100) Subject: Align segments on huge page boundary only for x86 X-Git-Tag: php-7.4.0beta1~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6791107319c1174f73402ba8ca890aa0473168bc;p=php Align segments on huge page boundary only for x86 Closes GH-4387. --- diff --git a/configure.ac b/configure.ac index 4ebb320c3d..bed45e7bfe 100644 --- a/configure.ac +++ b/configure.ac @@ -1226,7 +1226,7 @@ fi dnl Align segments on huge page boundary case $host_alias in - *linux*) + i[[3456]]86-*-linux-* | x86_64-*-linux-*) EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152" ;; esac