0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 12:51:52 +00:00

Merge pull request #226 from AlexMasterov/php7

Force to use the system-wide binutils during compilation v8
This commit is contained in:
Stefan Siegl 2016-04-26 10:11:39 +02:00
commit fb42475cf1

View File

@ -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