Linux: Use gold for 32-bit builds as well.

BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9580032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@125369 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thestig@chromium.org 2012-03-07 09:20:40 +00:00
Родитель 5e2aef47fc
Коммит ce4286e9ae
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -407,7 +407,7 @@
# linux_use_gold_binary: whether to use the binary checked into
# third_party/gold.
['host_arch=="x64" and OS!="android"', {
['OS=="linux"', {
'linux_use_gold_binary%': 1,
}, {
'linux_use_gold_binary%': 0,
@ -416,7 +416,7 @@
# 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.
['host_arch=="x64" and chromeos==0 and OS!="android"', {
['OS=="linux" and chromeos==0', {
'linux_use_gold_flags%': 1,
}, {
'linux_use_gold_flags%': 0,