Turn off the custom toolchain, we don't bundle ld.gold.  It's not that
useful anyway because it uses a fixed path.  For people that do use a
custom toolchain, there is the GCC_EXEC_PREFIX environment variable.

PR-URL: https://github.com/nodejs/node/pull/6393
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
Ben Noordhuis 2016-04-26 11:38:24 +02:00
Родитель 428240519c
Коммит 3cdb5063f2
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -25,6 +25,9 @@
# Don't bake anything extra into the snapshot.
'v8_use_external_startup_data%': 0,
# Don't compile with -B, we don't bundle ld.gold.
'linux_use_bundled_gold%': 0,
'conditions': [
['OS == "win"', {
'os_posix': 0,