v8/gypfiles
bjaideep b5a2b4db79 AIX: Define __STDC_FORMAT_MACROS in gypi file
Some system header files on AIX include inttypes.h without
    defining __STDC_FORMAT_MACROS and therefore the printf format
    specifier macro (for eg. PRId64) doesn't get defined as they
    are guarded with __STDC_FORMAT_MACROS macro on AIX.
    This error showed up recently when the format specifier was used in
    wasm-interpreter.cc, where a AIX system header file is included
    which also includes inttypes.h without defining __STDC_FORMAT_MACROS.

R=ahaas@chromium.org, titzer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com

BUG=
LOG=N

Review-Url: https://codereview.chromium.org/2033483002
Cr-Commit-Position: refs/heads/master@{#36682}
2016-06-02 14:04:40 +00:00
..
config/win
mac
all.gyp
coverage_wrapper.py
detect_v8_host_arch.py
download_gold_plugin.py
features.gypi
get_landmines.py
gyp_environment.py
gyp_v8
gyp_v8.py
isolate.gypi
landmine_utils.py
landmines.py
OWNERS
README.txt
set_clang_warning_flags.gypi
shim_headers.gypi
standalone.gypi Reland "Move (hopefully) remaining isolate related variables to toolchain.gypi" 2016-06-02 09:55:44 +00:00
toolchain.gypi AIX: Define __STDC_FORMAT_MACROS in gypi file 2016-06-02 14:04:40 +00:00
vs_toolchain.py

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.