| Index: build_tools/buildbot_common.sh
|
| diff --git a/build_tools/buildbot_common.sh b/build_tools/buildbot_common.sh
|
| index 31a08cd4609b4be27d0f56feaff69d04da1787bd..c73f37381ac725fd6d96625a53dbccc0c42ac455 100644
|
| --- a/build_tools/buildbot_common.sh
|
| +++ b/build_tools/buildbot_common.sh
|
| @@ -73,7 +73,7 @@ InstallPackageMultiArch() {
|
| echo "@@@BUILD_STEP ${TOOLCHAIN} $1@@@"
|
|
|
| if [ "${TOOLCHAIN}" = "pnacl" ]; then
|
| - arch_list="pnacl"
|
| + arch_list="le32"
|
| elif [ "${TOOLCHAIN}" = "emscripten" ]; then
|
| arch_list="emscripten"
|
| else
|
| @@ -105,7 +105,7 @@ CleanToolchain() {
|
| TC=$1
|
|
|
| if [ "${TC}" = "pnacl" ]; then
|
| - arch_list="pnacl"
|
| + arch_list="le32 pnacl"
|
| elif [ "${TC}" = "emscripten" ]; then
|
| arch_list="emscripten"
|
| elif [ "${TC}" = "glibc" ]; then
|
|
|