Chromium Code Reviews| 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..55c1174b8357f0dd9e27414a24df10a6cc6ccb43 100755 |
| --- a/buildbot/buildbot_pnacl_toolchain_tests.sh |
| +++ b/buildbot/buildbot_pnacl_toolchain_tests.sh |
| @@ -294,8 +294,7 @@ tc-test-bot() { |
| # 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 |
|
jvoung (off chromium)
2014/09/18 17:24:45
Is this comment still necessary. (There's only the
Derek Schuff
2014/09/18 17:29:13
removed.
|
| # 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. |