commit: 44cdda1fc07143aa39c74c1d411bec7a8f8c468a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 14 12:42:21 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 14 12:42:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cdda1f
toolchain-funcs.eclass: Fix eclassdoc for tc-detect-is-softfloat Closes: https://bugs.gentoo.org/679930 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/toolchain-funcs.eclass | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 12ed132c48f..27324b0ca60 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -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.