浏览代码

Merge pull request #226 from AlexMasterov/php7

Force to use the system-wide binutils during compilation v8
Stefan Siegl 9 年之前
父节点
当前提交
fb42475cf1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.Linux.md

+ 4 - 0
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