1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
47 # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
48 # we should figure out a way to unify the settings.
49 ['target_arch=="ia32"', {
51 'NACL_BUILD_SUBARCH=32',
52 'NACL_BUILD_ARCH=x86',
55 ['target_arch=="x64"', {
57 'NACL_BUILD_SUBARCH=64',
58 'NACL_BUILD_ARCH=x86',
61 ['target_arch=="arm"', {
63 'NACL_BUILD_ARCH=arm',
64 'NACL_BUILD_SUBARCH=32',
67 ['target_arch=="mipsel"', {
69 'NACL_BUILD_ARCH=mips',
70 'NACL_BUILD_SUBARCH=32',