Author: David Schneider <[email protected]>
Branch:
Changeset: r773:96ace4f51f52
Date: 2013-04-08 10:01 +0200
http://bitbucket.org/pypy/buildbot/changeset/96ace4f51f52/
Log: update jit backend translation option for raspbian builds
diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py
--- a/bot2/pypybuildbot/arm_master.py
+++ b/bot2/pypybuildbot/arm_master.py
@@ -1,6 +1,4 @@
-import os
-import getpass
from buildbot.scheduler import Nightly, Triggerable
from pypybuildbot.util import we_are_debugging, load
@@ -12,7 +10,7 @@
jit_translation_args = ['-Ojit']
crosstranslationargs = ['--platform=arm', '--gcrootfinder=shadowstack']
crosstranslationjitargs = ['--jit-backend=armv7']
-crosstranslationjitargs_raspbian = ['--jit-backend=armv6']
+crosstranslationjitargs_raspbian = ['--jit-backend=armv6hf']
# this one needs a larger timeout due to how it is run
pypyJitBackendOnlyOwnTestFactoryARM = pypybuilds.Own(
cherrypick=':'.join(["jit/backend/arm",
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit