[pypy-commit] pypy default: another arm change after 55a5e932519e

bdkearns noreply at buildbot.pypy.org
Wed Mar 27 00:31:37 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r62819:68e916a5fbd3
Date: 2013-03-26 19:31 -0400
http://bitbucket.org/pypy/pypy/changeset/68e916a5fbd3/

Log:	another arm change after 55a5e932519e

diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -115,7 +115,7 @@
                          ("translation.gcrootfinder", DEFL_ROOTFINDER_WITHJIT),
                          ("translation.list_comprehension_operations", True)]),
     ChoiceOption("jit_backend", "choose the backend for the JIT",
-                 ["auto", "x86", "x86-without-sse2", 'arm'],
+                 ["auto", "x86", "x86-without-sse2", 'armv7'],
                  default="auto", cmdline="--jit-backend"),
     ChoiceOption("jit_profiler", "integrate profiler support into the JIT",
                  ["off", "oprofile"],


More information about the pypy-commit mailing list