From b7b97785ebbb2f11d24d14dab8b81ed274f4ce6a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Mar 2019 11:37:34 +0000 Subject: gentoo resync : 19.03.2019 --- eclass/toolchain-funcs.eclass | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'eclass/toolchain-funcs.eclass') diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 12ed132c48f1..27324b0ca607 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. -- cgit v1.2.3