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

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: 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 79b682e550f81ef655a09d2bf9c04b746016108b..855fb81c42c6ec4e34b8ad2c20fa8ff67ab4d070 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4251,7 +4251,7 @@
'-Wl,--disable-new-dtags',
],
}],
- ['gcc_version>=48 and clang==0', {
+ ['gcc_version>=47 and clang==0', {
'target_conditions': [
['_toolset=="target"', {
'cflags_cc': [
@@ -4264,7 +4264,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') | mojo/public/c/system/macros.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698