servo/python/servo
bors-servo 2733060564 Auto merge of #7565 - akiss77:config-gold, r=SimonSapin
Make the use of gold linker configurable

Currently, ld.gold is always used for linking if found on the
system. There are some cases however when one may want to opt out
from using it. This patch adds the boolean field `rustc-with-gold`
to the `[tools]` section of `.servobuild`, which if set false,
disables the use of ld.gold.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7565)
<!-- Reviewable:end -->
2015-09-08 13:57:13 -06:00
..
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Prevent warning about redefining Python variable 2015-07-26 22:07:23 +07:00
build_commands.py Remove hack for android builders now that build is successful once more. 2015-09-01 09:10:25 -04:00
command_base.py Make the use of gold linker configurable 2015-09-08 17:10:46 +00:00
devenv_commands.py Add a mach command to upgrade wptrunner 2015-09-02 12:29:56 -05:00
post_build_commands.py Use the gold linker when available. 2015-08-15 18:09:18 +02:00
testing_commands.py Remove obsolete method call that breaks ./mach update-css. 2015-09-03 00:37:44 -04:00