1 # Copyright 2014 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.
13 } else if (is_linux) {
38 if (cpu_arch == "x86") {
40 "NACL_BUILD_SUBARCH=32",
41 "NACL_BUILD_ARCH=x86",
43 } else if (cpu_arch == "x64") {
45 "NACL_BUILD_SUBARCH=64",
46 "NACL_BUILD_ARCH=x86",
48 } else if (cpu_arch == "arm") {
50 "NACL_BUILD_ARCH=arm",
51 "NACL_BUILD_SUBARCH=32",
53 } else if (cpu_arch == "mipsel") {
55 "NACL_BUILD_ARCH=mips",
56 "NACL_BUILD_SUBARCH=32",