node/deps/v8/build
Ben Noordhuis 36cd5fb9d2 deps: upgrade v8 to 4.2.77.13
This commit applies some secondary changes in order to make `make test`
pass cleanly:

* disable broken postmortem debugging in common.gypi

* drop obsolete strict mode test in parallel/test-repl

* drop obsolete test parallel/test-v8-features

PR-URL: https://github.com/iojs/io.js/pull/1232
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-04-28 14:38:16 -07:00
..
mac deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
all.gyp
android.gypi
detect_v8_host_arch.py
features.gypi deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
get_landmines.py
gyp_v8
gyp_v8.py
landmine_utils.py
landmines.py
README.txt
shim_headers.gypi
standalone.gypi deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00
toolchain.gypi deps: upgrade v8 to 4.2.77.13 2015-04-28 14:38:16 -07:00

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.