Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r62902:3293157cf5cc
Date: 2013-03-31 16:28 +0300
http://bitbucket.org/pypy/pypy/changeset/3293157cf5cc/

Log:    fix --jit-backend argument

diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst
--- a/pypy/doc/arm.rst
+++ b/pypy/doc/arm.rst
@@ -153,7 +153,7 @@
 
 ::
 
-  pypy <path to rpython>/rpython/bin/rpython -Ojit --platform=arm 
--gcrootfinder=shadowstack --jit-backend=arm targetpypystandalone.py
+  pypy <path to rpython>/rpython/bin/rpython -Ojit --platform=arm 
--gcrootfinder=shadowstack --jit-backend=armv7 targetpypystandalone.py
 
 The gcrootfinder option is needed to work around `issue 1377`_ and the 
jit-backend works around `issue 1376`_
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to