Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index eee6a69e2912b6abc441fbd55055af6c40da667e..c7721789b98bb3cc81a4479acf9eb610723ffdae 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -615,6 +615,7 @@ |
['target_arch=="mipsel"', { |
'sysroot%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/sysroot', |
+ 'CXX%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/bin/mipsel-linux-gnu-gcc', |
}], |
], |
@@ -1048,6 +1049,7 @@ |
'linux_use_tcmalloc%': 0, |
'linux_breakpad%': 0, |
'sysroot%': '<(sysroot)', |
+ 'CXX%': '<(CXX)', |
}], |
# All Chrome builds have breakpad symbols, but only process the |
# symbols from official builds. |