From b07806c1b94cf62c743d90a5d96ad7f650193f0b Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Fri, 3 Feb 2012 22:44:59 +0000 Subject: linux: use an in-tree copy of gold by default (Reland of r120385 with newer third_party/gold.) Rather than forcing everyone to configure their search paths etc. we should just make this work by default. You can set the gyp variable linux_use_gold_binary=0 to turn it off. Review URL: https://chromiumcodereview.appspot.com/9316002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120424 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/checkperms/checkperms.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/checkperms') diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index 66ed019..539f397 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -60,6 +60,9 @@ WHITELIST_FILES = [ '/o3d/gypbuild', '/o3d/installer/linux/debian.in/rules', '/third_party/icu/source/runconfigureicu', + '/third_party/gold/gold64', + '/third_party/gold/ld', + '/third_party/gold/ld.bfd', '/third_party/lcov/bin/gendesc', '/third_party/lcov/bin/genhtml', '/third_party/lcov/bin/geninfo', -- cgit v1.1