Skip to content

Commit

Permalink
toolchain-funcs.eclass: refine tc-ld-force-bfd description
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 16, 2024
1 parent 2d141fd commit 20aa5ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/toolchain-funcs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,9 @@ tc-ld-disable-gold() {
# @USAGE: [toolchain prefix]
# @DESCRIPTION:
# If a linker other than bfd is currently selected, configure the compilation
# settings so that we use the bfd linker instead.
# settings so that we use the bfd linker instead. This function should not
# be used for simple underlinking problems. This function is intended for use
# when a package is fragile and/or relies on bfd internals.
tc-ld-force-bfd() {
if tc-ld-is-bfd "$@" ; then
return
Expand Down

0 comments on commit 20aa5ca

Please sign in to comment.