Commit 96f42fb6 authored by bradnelson's avatar bradnelson Committed by Commit bot

Building both ia32 and x64 in the sdk build.

We recently changed the chrome build so that nacl binaries of both 32 and 64
bit type are not built unless needed.
The sdk had assumed both arches are built as a side effect.

Building both arches in the sdk.

BUG=None
TEST=local
R=binji@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#296240}
parent e3ed8486
......@@ -572,6 +572,7 @@ def BuildStepBuildToolchains(pepperdir, toolchains):
if set(toolchains) & set(['glibc', 'newlib']):
GypNinjaBuild_PPAPI('ia32', GYPBUILD_DIR)
GypNinjaBuild_PPAPI('x64', GYPBUILD_DIR)
if 'arm' in toolchains:
GypNinjaBuild_PPAPI('arm', GYPBUILD_DIR + '-arm')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment