Skip to content

Commit

Permalink
Update configure scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rickard-green committed Feb 15, 2024
1 parent fcee78a commit f56ffe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erts/configure
Original file line number Diff line number Diff line change
Expand Up @@ -25713,7 +25713,7 @@ esac
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext conftest.$ac_ext
LDFLAGS=$saved_LDFLAGS
LDFLAGS="$saved_LDFLAGS"
for flag in "-Wl,-z,common-page-size=2097152" "-Wl,-z,max-page-size=2097152"
do
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can add $flag to LDFLAGS" >&5
Expand All @@ -25736,7 +25736,7 @@ then :

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
LDFLAGS="$save_LDFLAGS $flag"
LDFLAGS="$saved_LDFLAGS $flag"

else case e in #(
e)
Expand Down

0 comments on commit f56ffe9

Please sign in to comment.