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