From 1d46741ced71acfac6fc861d3867126f3e15f630 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 f68c349..994dda5 100644 --- a/README.Linux.md +++ b/README.Linux.md @@ -49,6 +49,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