Skip to content

Commit 6791107

Browse files
paxalnikic
authored andcommitted
Align segments on huge page boundary only for x86
Closes GH-4387.
1 parent ee18687 commit 6791107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ fi
12261226

12271227
dnl Align segments on huge page boundary
12281228
case $host_alias in
1229-
*linux*)
1229+
i[[3456]]86-*-linux-* | x86_64-*-linux-*)
12301230
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152"
12311231
;;
12321232
esac

0 commit comments

Comments
 (0)