v8/build
jkummerow@chromium.org 7967a195c7 Switch armv7 setting to arm_version==7 in v8 gyp files
BUG=chromium:234135
LOG=Y
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/98543008

Patch from Mostyn Bramley-Moore <mostynb@opera.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18297 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-12-11 11:58:07 +00:00
..
all.gyp Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
android.gypi Switch armv7 setting to arm_version==7 in v8 gyp files 2013-12-11 11:58:07 +00:00
features.gypi Reland r17877 - Introduce a v8::Platform class that bundles embedder callbacks 2013-11-21 14:07:06 +00:00
gyp_v8 Pass -Goutput_dir=. to the make generator. 2013-12-05 11:19:10 +00:00
README.txt Fix outdated build/README.txt 2013-04-22 13:32:40 +00:00
shim_headers.gypi Add dependency to ICU 4.6 2013-07-01 08:32:41 +00:00
standalone.gypi Switch armv7 setting to arm_version==7 in v8 gyp files 2013-12-11 11:58:07 +00:00
toolchain.gypi Switch armv7 setting to arm_version==7 in v8 gyp files 2013-12-11 11:58:07 +00: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.