Make compile with gcc 4.7 work

BUG=none
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/428613003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@286775 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
phajdan.jr@chromium.org 2014-07-31 12:55:01 +00:00
Родитель 605f3cd63a
Коммит b2a72ce321
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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