Commit fd6d17ca authored by thestig@chromium.org's avatar thestig@chromium.org

Linux: Remove some ChromeOS linker flag workarounds now that full ChromeOS...

Linux: Remove some ChromeOS linker flag workarounds now that full ChromeOS builds set the flags explicitly.

BUG=360082

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266970 0039d316-1c4b-4281-b951-d872f2087c98
parent 3919ee64
...@@ -749,9 +749,8 @@ ...@@ -749,9 +749,8 @@
}], }],
# linux_use_gold_flags: whether to use build flags that rely on gold. # linux_use_gold_flags: whether to use build flags that rely on gold.
# On by default for x64 Linux. Temporarily off for ChromeOS as # On by default for x64 Linux.
# it failed on a buildbot. ['OS=="linux" and target_arch=="x64"', {
['OS=="linux" and target_arch=="x64" and chromeos==0', {
'linux_use_gold_flags%': 1, 'linux_use_gold_flags%': 1,
}, { }, {
'linux_use_gold_flags%': 0, 'linux_use_gold_flags%': 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment