Index: buildbot/buildbot_pnacl_toolchain_tests.sh |
diff --git a/buildbot/buildbot_pnacl_toolchain_tests.sh b/buildbot/buildbot_pnacl_toolchain_tests.sh |
index 210a5c4b2b3854847c43619693b0b13850144b24..e7716aa17e8ae1cf8f2adacb05a0cd2d6e35894d 100755 |
--- a/buildbot/buildbot_pnacl_toolchain_tests.sh |
+++ b/buildbot/buildbot_pnacl_toolchain_tests.sh |
@@ -291,11 +291,7 @@ tc-test-bot() { |
# Build the un-sandboxed toolchain. The build script outputs its own buildbot |
# annotations. |
- # Build and use the 64-bit llvm build, to get 64-bit versions of the build |
- # tools such as fpcmp (used for llvm test suite). For some reason it matters |
- # that they match the build machine. TODO(dschuff): Is this still necessary? |
- ${TOOLCHAIN_BUILD} --verbose --sync --clobber --build-64bit-host \ |
- --testsuite-sync \ |
+ ${TOOLCHAIN_BUILD} --verbose --sync --clobber --testsuite-sync \ |
--install toolchain/linux_x86/pnacl_newlib |
# Linking the tests require additional sdk libraries like libnacl. |