Disable multithreading for gold

gold is frequently crashing on the buildbots which is most likely due to a race
condition when running in multithreaded mode. Disable multithreaded mode
until the bug is fixed.

BUG=161942
R=thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@244811 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
raymes@google.com 2014-01-14 23:40:55 +00:00
Родитель c49df711c2
Коммит 1aaf2ea193
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -3610,8 +3610,10 @@
# https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
# Only apply this to the target linker, since the host
# linker might not be gold, but isn't used much anyway.
'-Wl,--threads',
'-Wl,--thread-count=4',
# TODO(raymes): Disable threading because gold is frequently
# crashing on the bots: crbug.com/161942.
# '-Wl,--threads',
# '-Wl,--thread-count=4',
],
}],
],