Skip to content

Commit fb42475

Browse files
committed
Merge pull request #226 from AlexMasterov/php7
Force to use the system-wide binutils during compilation v8
2 parents 5c4b27c + 10a4e8b commit fb42475

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
@@ -53,6 +53,10 @@ export GYP_DEFINES="use_system_icu=1"
5353
5454
# Build (with internal snapshots)
5555
export GYPFLAGS="-Dv8_use_external_startup_data=0"
56+
57+
# Force gyp to use system-wide ld.gold
58+
export GYPFLAGS="${GYPFLAGS} -Dlinux_use_bundled_gold=0"
59+
5660
make native library=shared snapshot=on -j8
5761
5862
# Install to /usr

0 commit comments

Comments
 (0)