소스 검색

Force to use the system-wide binutils during compilation v8

Alex Masterov 9 년 전
부모
커밋
1d46741ced
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.Linux.md

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