Skip to content

Commit

Permalink
merge bitcoin#25612: default to using GCC tool wrappers for LTO (with…
Browse files Browse the repository at this point in the history
… GCC)

includes:
- 6fdc13c

continuation of 019c9dd from dash#6384
  • Loading branch information
kwvg committed Dec 31, 2024
1 parent f0a0040 commit 407deab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2014,5 +2014,6 @@ echo " CPPFLAGS = $DEBUG_CPPFLAGS $HARDENED_CPPFLAGS $CORE_CPPFLAGS
echo " CXX = $CXX"
echo " CXXFLAGS = $DEBUG_CXXFLAGS $HARDENED_CXXFLAGS $WARN_CXXFLAGS $NOWARN_CXXFLAGS $ERROR_CXXFLAGS $GPROF_CXXFLAGS $CORE_CXXFLAGS $CXXFLAGS"
echo " LDFLAGS = $PTHREAD_LIBS $HARDENED_LDFLAGS $GPROF_LDFLAGS $CORE_LDFLAGS $LDFLAGS"
echo " AR = $AR"
echo " ARFLAGS = $ARFLAGS"
echo
6 changes: 3 additions & 3 deletions depends/config.site.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ PYTHONPATH="${depends_prefix}/native/lib/python3/dist-packages${PYTHONPATH:+${PA

if test -n "@AR@"; then
AR="@AR@"
ac_cv_path_ac_pt_AR="${AR}"
ac_cv_path_AR="${AR}"
fi

if test -n "@RANLIB@"; then
Expand All @@ -122,12 +122,12 @@ fi
if test "@host_os@" = darwin; then
if test -n "@OBJDUMP@"; then
OBJDUMP="@OBJDUMP@"
ac_cv_path_ac_pt_OBJDUMP="${OBJDUMP}"
ac_cv_path_OBJDUMP="${OBJDUMP}"
fi

if test -n "@DSYMUTIL@"; then
DSYMUTIL="@DSYMUTIL@"
ac_cv_path_ac_pt_DSYMUTIL="${DSYMUTIL}"
ac_cv_path_DSYMUTIL="${DSYMUTIL}"
fi
fi

Expand Down

0 comments on commit 407deab

Please sign in to comment.