| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index baac014965af7e69c9699540269c52e6d0fa3f29..36b106d8c8e56858605eb75ee4ad324fcc4be95b 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -377,9 +377,7 @@ def UpdateClang(args):
|
| print 'Updating Clang to %s...' % PACKAGE_VERSION
|
|
|
| need_gold_plugin = 'LLVM_DOWNLOAD_GOLD_PLUGIN' in os.environ or (
|
| - sys.platform.startswith('linux') and
|
| - 'buildtype=Official' in os.environ.get('GYP_DEFINES', '') and
|
| - 'branding=Chrome' in os.environ.get('GYP_DEFINES', ''))
|
| + sys.platform.startswith('linux'))
|
|
|
| if ReadStampFile() == PACKAGE_VERSION and not args.force_local_build:
|
| print 'Clang is already up to date.'
|
|
|