Skip to content

Commit 11e7cc5

Browse files
bnoordhuisFishrock123
authored andcommitted
build: don't compile with -B
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: #6393 Reviewed-By: Anna Henningsen <[email protected]>
1 parent 36207c6 commit 11e7cc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common.gypi

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# Don't bake anything extra into the snapshot.
2626
'v8_use_external_startup_data%': 0,
2727

28+
# Don't compile with -B, we don't bundle ld.gold.
29+
'linux_use_bundled_gold%': 0,
30+
2831
'conditions': [
2932
['OS == "win"', {
3033
'os_posix': 0,

0 commit comments

Comments
 (0)