Skip to content

Commit 1d46741

Browse files
AlexMasterovstesie
authored andcommitted
Force to use the system-wide binutils during compilation v8
1 parent 663c675 commit 1d46741

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.Linux.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ export GYP_DEFINES="use_system_icu=1"
4949
5050
# Build (with internal snapshots)
5151
export GYPFLAGS="-Dv8_use_external_startup_data=0"
52+
53+
# Force gyp to use system-wide ld.gold
54+
export GYPFLAGS="${GYPFLAGS} -Dlinux_use_bundled_gold=0"
55+
5256
make native library=shared snapshot=on -j8
5357
5458
# Install to /usr

0 commit comments

Comments
 (0)