Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r764:611222104e92
Date: 2013-03-26 19:32 -0400
http://bitbucket.org/pypy/buildbot/changeset/611222104e92/

Log:    another arm change after pypy commit 55a5e932519e

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -187,7 +187,7 @@
 
 # ARM own test factories
 crosstranslationargs = ['--platform=arm', '--gcrootfinder=shadowstack']
-crosstranslationjitargs = ['--jit-backend=arm']
+crosstranslationjitargs = ['--jit-backend=armv7']
 # 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

Reply via email to