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

Unified Diff: build_tools/buildbot_common.sh

Issue 942013005: Enable building for ARM with nacl-clang (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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') | no next file with comments »
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 9fb1fec719620f51be968c1016b978915b1070e3..9da0472f78b93a9f9fe77b0a7090e26a274dd2f4 100644
--- a/build_tools/buildbot_common.sh
+++ b/build_tools/buildbot_common.sh
@@ -73,11 +73,6 @@ InstallPackageMultiArch() {
if [ "${TOOLCHAIN}" = "glibc" -a "${NACL_ARCH}" = "arm" ]; then
continue
fi
- # nacl-clang doesn't work on arm for now (SDK libs not yet built)
- # TODO(sbc): remove this once arm-nacl-clang support is in the SDK.
- if [ "${TOOLCHAIN}" = "clang-newlib" -a "${NACL_ARCH}" = "arm" ]; then
- continue
- fi
# i686-nacl-clang doesn't reference the i686-nacl/usr/include or
# i686-nacl/usr/lib.
# TODO(sbc): remove this once nacl-clang works with i686-nacl
« no previous file with comments | « no previous file | build_tools/common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698