Index: build/linux/sysroot_scripts/sysroot-creator-wheezy.sh |
diff --git a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh |
index a7836608d80e597227a29ea7d8d1b6a496988b4f..9222d938498eda336540c1873624c6d789d38927 100755 |
--- a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh |
+++ b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh |
@@ -1,4 +1,4 @@ |
-#!/bin/sh |
+#!/bin/bash |
# Copyright 2014 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
@@ -11,6 +11,10 @@ APT_REPO=http://http.us.debian.org/debian |
REPO_BASEDIR="${APT_REPO}/dists/${DIST}" |
KEYRING_FILE=${SCRIPT_DIR}/debian-archive-wheezy-stable.gpg |
+HAS_ARCH_AMD64=1 |
+HAS_ARCH_I386=1 |
+HAS_ARCH_ARM=1 |
+HAS_ARCH_MIPS=1 |
# Sysroot packages: these are the packages needed to build chrome. |
# NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated |