Skip to content

Commit

Permalink
toolchain-funcs.eclass: Fix eclassdoc for tc-detect-is-softfloat
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/679930
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 14, 2019
1 parent 0dded1c commit 44cdda1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions eclass/toolchain-funcs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,11 @@ tc-cpp-is-true() {
}

# @FUNCTION: tc-detect-is-softfloat
# @RETURN:
# Shell true if (positive or negative) detection was possible, shell
# false otherwise. Also outputs a string when detection succeeds, see
# tc-is-softfloat for the possible values.
# @RETURN: Shell true if detection was possible, shell false otherwise
# @DESCRIPTION:
# Detect whether the CTARGET (or CHOST) toolchain is a softfloat based
# one by examining the toolchain's output, if possible.
# one by examining the toolchain's output, if possible. Outputs a value
# alike tc-is-softfloat if detection was possible.
tc-detect-is-softfloat() {
# If fetching CPP falls back to the default (gcc -E) then fail
# detection as this may not be the correct toolchain.
Expand Down

0 comments on commit 44cdda1

Please sign in to comment.