Author: Brian Kearns <[email protected]>
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"],
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit