Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1330)

Unified Diff: build_tools/buildbot_common.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build_tools/common.sh » ('j') | make_all.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | build_tools/common.sh » ('j') | make_all.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698