From 10a4e8bdd32eac82c0540a8d81bca381be17a701 Mon Sep 17 00:00:00 2001 From: Alex Masterov Date: Wed, 20 Apr 2016 09:47:32 +0300 Subject: [PATCH] Force to use the system-wide binutils during compilation v8 --- README.Linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.Linux.md b/README.Linux.md index 3b1a8ab..26b5d39 100644 --- a/README.Linux.md +++ b/README.Linux.md @@ -53,6 +53,10 @@ export GYP_DEFINES="use_system_icu=1" # Build (with internal snapshots) export GYPFLAGS="-Dv8_use_external_startup_data=0" + +# Force gyp to use system-wide ld.gold +export GYPFLAGS="${GYPFLAGS} -Dlinux_use_bundled_gold=0" + make native library=shared snapshot=on -j8 # Install to /usr