This is generally what we do in patches and such.

Signed-off-by: Sam James <s...@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


Reply via email to