DescriptionFix host_arch detection for AIX and one new warning as error
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=
Committed: https://crrev.com/2ec0f32abbf474fab6e618c0056765b483a66b2f
Cr-Commit-Position: refs/heads/master@{#27463}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|