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

Unified Diff: tools/bots/cross-vm.py

Issue 16168004: Remove hack for codesourcery crosscompiler since we've precise VMs now (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | tools/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/cross-vm.py
diff --git a/tools/bots/cross-vm.py b/tools/bots/cross-vm.py
index 9a326c8eda069bf661db79108b4e84d9d5a43900..54d43c196b325a076b4aa6a88e0d58ae8a2bbb90 100644
--- a/tools/bots/cross-vm.py
+++ b/tools/bots/cross-vm.py
@@ -49,10 +49,6 @@ def cross_compiling_builder(arch, mode):
try:
num_run = int(os.environ['BUILDBOT_ANNOTATED_STEPS_RUN'])
if num_run == 1:
- # FIXME(kustermann/ricow): Remove this hack as soon as our bots are
- # running on precise (i.e. then we can install the normal crosscompiler)
- os.environ['TARGET_TOOLCHAIN_PREFIX'] = ('/home/chrome-bot/codesourcery'
- '/bin/arm-none-linux-gnueabi')
with bot.BuildStep('Build %s %s' % (arch, mode)):
args = [sys.executable, build_py,
'-m%s' % mode, '--arch=%s' % arch, 'runtime']
« no previous file with comments | « no previous file | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698