summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-13 17:34:23 +0000
committermithro@mithis.com <mithro@mithis.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-13 17:34:23 +0000
commit3225dc561c450ed917af0224ca7e89fe1638d2cc (patch)
tree329d18809ab57059b5007d2a072aa0d787f4a260 /build
parentf08692645d2fe8895016acfe000e8d461dff66b7 (diff)
downloadchromium_src-3225dc561c450ed917af0224ca7e89fe1638d2cc.zip
chromium_src-3225dc561c450ed917af0224ca7e89fe1638d2cc.tar.gz
chromium_src-3225dc561c450ed917af0224ca7e89fe1638d2cc.tar.bz2
Remove the no-longer needed src/third_party/gold.
BUG=352046,362119 Review URL: https://codereview.chromium.org/232473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c707a32..8e48115 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -733,7 +733,7 @@
}],
# linux_use_gold_binary: whether to use the binary checked into
- # third_party/gold. Gold is not used for 32-bit linux builds
+ # third_party/binutils. Gold is not used for 32-bit linux builds
# as it runs out of address space.
['OS=="linux" and (target_arch=="x64" or target_arch=="arm")', {
'linux_use_gold_binary%': 1,