• bjaideep's avatar
    AIX: Define __STDC_FORMAT_MACROS in gypi file · b5a2b4db
    bjaideep authored
        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}
    b5a2b4db
Name
Last commit
Last update
..
config/win Loading commit data...
mac Loading commit data...
OWNERS Loading commit data...
README.txt Loading commit data...
all.gyp Loading commit data...
coverage_wrapper.py Loading commit data...
detect_v8_host_arch.py Loading commit data...
download_gold_plugin.py Loading commit data...
features.gypi Loading commit data...
get_landmines.py Loading commit data...
gyp_environment.py Loading commit data...
gyp_v8 Loading commit data...
gyp_v8.py Loading commit data...
isolate.gypi Loading commit data...
landmine_utils.py Loading commit data...
landmines.py Loading commit data...
set_clang_warning_flags.gypi Loading commit data...
shim_headers.gypi Loading commit data...
standalone.gypi Loading commit data...
toolchain.gypi Loading commit data...
vs_toolchain.py Loading commit data...