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: http://src.chromium.org/svn/trunk/src/build@266970 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
f6eb5517d2
Коммит
ee91d0b771
|
@ -749,9 +749,8 @@
|
|||
}],
|
||||
|
||||
# linux_use_gold_flags: whether to use build flags that rely on gold.
|
||||
# On by default for x64 Linux. Temporarily off for ChromeOS as
|
||||
# it failed on a buildbot.
|
||||
['OS=="linux" and target_arch=="x64" and chromeos==0', {
|
||||
# On by default for x64 Linux.
|
||||
['OS=="linux" and target_arch=="x64"', {
|
||||
'linux_use_gold_flags%': 1,
|
||||
}, {
|
||||
'linux_use_gold_flags%': 0,
|
||||
|
|
Загрузка…
Ссылка в новой задаче