node/deps/v8/build
Ben Noordhuis 5e7ebc7af6 deps: upgrade v8 to 4.1.0.7
This commit upgrades V8 from 3.31.74.1 to 4.1.0.7.  Despite the major
version bump, there are no API or ABI changes, it's a bug fix release
only.

PR-URL: https://github.com/iojs/io.js/pull/490
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Kenan Sulayman <kenan@sly.mn>
Reviewed-By: Rod Vagg <rod@vagg.org>
2015-01-18 13:05:00 +01:00
..
README.txt deps: upgrade v8 to 3.18.4 2013-04-29 22:35:21 +02:00
all.gyp deps: upgrade v8 to 3.30.37 2014-11-14 16:34:58 +01:00
android.gypi deps: upgrade v8 to 3.31.74.1 2015-01-07 22:11:18 +01:00
detect_v8_host_arch.py deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
features.gypi deps: upgrade v8 to 4.1.0.7 2015-01-18 13:05:00 +01:00
get_landmines.py deps: update v8 to 3.29.93.1 2014-10-10 14:49:02 +04:00
gyp_v8 deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
gyp_v8.py deps: update v8 to 3.24.40 2014-03-13 20:56:54 +04:00
landmine_utils.py deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
landmines.py deps: update v8 to 3.28.73 2014-10-08 15:35:57 +04:00
shim_headers.gypi v8: upgrade to v3.20.2 2013-07-06 16:53:06 +02:00
standalone.gypi deps: upgrade v8 to 3.31.74.1 2015-01-07 22:11:18 +01:00
toolchain.gypi deps: upgrade v8 to 3.31.74.1 2015-01-07 22:11:18 +01:00

README.txt

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.