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

Unified Diff: build/common.gypi

Issue 428613003: Make compile with gcc 4.7 work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no mojo Created 6 years, 5 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 | chrome/browser/extensions/api/system_cpu/cpu_info_provider_linux.cc » ('j') | 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 177cc99cbd7b1613336b59084eb5a73e7729f194..d4018b5182f55db594862cd00743c0b51860f36c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4242,7 +4242,7 @@
'-Wl,--disable-new-dtags',
],
}],
- ['gcc_version>=48 and clang==0', {
+ ['gcc_version>=47 and clang==0', {
'target_conditions': [
['_toolset=="target"', {
'cflags_cc': [
@@ -4255,7 +4255,7 @@
}],
],
}],
- ['host_gcc_version>=48 and clang==0', {
+ ['host_gcc_version>=47 and clang==0', {
'target_conditions': [
['_toolset=="host"', {
'cflags_cc': [
« no previous file with comments | « no previous file | chrome/browser/extensions/api/system_cpu/cpu_info_provider_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698