From b2a72ce3216af7a8f5d7a7ab8e7cf58c45a0ac8e Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Thu, 31 Jul 2014 12:55:01 +0000 Subject: [PATCH] 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 --- common.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.gypi b/common.gypi index 177cc99cb..d4018b518 100644 --- a/common.gypi +++ b/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': [