Skip to content

Commit

Permalink
configure: Change mistaken += to =
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
  • Loading branch information
salahcoronya authored and AndreasFuchsTPM committed Mar 26, 2024
1 parent 1b3aab9 commit 3f8d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ and submitting patches upstream!])
# Rather than nesting these and making them ugly just use a counter.
AX_CHECK_COMPILE_FLAG([-fdata-sections], [strip=y])
AX_CHECK_COMPILE_FLAG([-ffunction-sections], [strip="y$strip"])
AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip+="y$strip"])
AX_CHECK_LINK_FLAG([[-Wl,--gc-sections]], [strip="y$strip"])

AS_IF([test x"$strip" = xyyy], [
EXTRA_CFLAGS="$EXTRA_CFLAGS -fdata-sections -ffunction-sections"
Expand Down

0 comments on commit 3f8d6e4

Please sign in to comment.