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

Unified Diff: chrome/chrome_browser.gypi

Issue 4638003: Add gxx_version (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Use g++ rather than gxx in comments Created 10 years, 1 month 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 | « build/cxx_compiler_version.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 65344)
+++ chrome/chrome_browser.gypi (working copy)
@@ -4146,8 +4146,8 @@
},
],
}],
- ['OS=="linux" and gcc_version==45', {
- # Avoid gcc 4.5 miscompilation of template_url.cc
+ ['OS=="linux" and gxx_version==45', {
+ # Avoid g++ 4.5 miscompilation of template_url.cc
# as per http://crbug.com/41887
'cflags': [
'-fno-ipa-cp',
« no previous file with comments | « build/cxx_compiler_version.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698