Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1924)

Unified Diff: build/common.gypi

Issue 12699003: [MIPS] Set CXX variable used for v8 build (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove CXX definition from global scope. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698