• michael_dawson's avatar
    Fix host_arch detection for AIX and one new warning as error · 2ec0f32a
    michael_dawson authored
    The value returned on AIX for platform.machine() is not the
    best value to map the architecture from.  Use platform.system
    to determine if we are on AIX and if so set host_arch to
    ppc64 as AIX 6.1 (the earliest supported) only provides a
    64 bit kernel
    
    AIX was reporting warning that offset may be used uninitialized
    
    	modified:   build/detect_v8_host_arch.py
    	modified:   build/standalone.gypi
    	modified:   src/hydrogen-bce.cc
    
    R=mbrandy@us.ibm.com, jkummerow@chromium.org
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1006583004
    
    Cr-Commit-Position: refs/heads/master@{#27463}
    2ec0f32a
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...