Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37606ca

Browse filesBrowse files
bnoordhuisMyles Borins
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 <anna@addaleax.net>
1 parent 64fb7a1 commit 37606ca
Copy full SHA for 37606ca

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.