• [gentoo-dev] [PATCH 5/5] toolchain-funcs.eclass: consistently pass CPPF

    From Sam James@21:1/5 to All on Mon Jan 30 02:50:01 2023
    This is generally what we do in patches and such.

    Signed-off-by: Sam James <sam@gentoo.org>
    ---
    eclass/toolchain-funcs.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 9bb660e4f71f3..c2c2d1199155d 100644
    --- a/eclass/toolchain-funcs.eclass
    +++ b/eclass/toolchain-funcs.eclass
    @@ -1211,7 +1211,7 @@ tc-get-cxx-stdlib() {
    #endif
    '
    local res=$(
    - $(tc-getCXX) ${CXXFLAGS} ${CPPFLAGS} -x c++ -E -P - \
    + $(tc-getCXX) ${CPPFLAGS} ${CXXFLAGS} -x c++ -E -P - \
    <<<"${code}" 2>/dev/null
    )

    @@ -1239,7 +1239,7 @@ tc-get-cxx-stdlib() {
    # If the runtime is not recognized, the function returns 1.
    tc-get-c-rtlib() {
    local res=$(
    - $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
    + $(tc-getCC) ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \
    -print-libgcc-file-name 2>/dev/null
    )

    --
    2.39.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)