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 |