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': [ |