[pypy-svn] r33478 - pypy/branch/even-more-config3/pypy/config

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Oct 19 20:38:59 CEST 2006


Author: cfbolz
Date: Thu Oct 19 20:38:58 2006
New Revision: 33478

Modified:
   pypy/branch/even-more-config3/pypy/config/pypyoption.py
Log:
add a shorter way to specify the backend


Modified: pypy/branch/even-more-config3/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/even-more-config3/pypy/config/pypyoption.py	(original)
+++ pypy/branch/even-more-config3/pypy/config/pypyoption.py	Thu Oct 19 20:38:58 2006
@@ -122,7 +122,8 @@
                          "js":     [("translation.type_system", "ootype")],
                          "squeak": [("translation.type_system", "ootype")],
                          "cl":     [("translation.type_system", "ootype")],
-                         }),
+                         },
+                     cmdline="-b --backend"),
         ChoiceOption("gc", "Garbage Collection Strategy",
                      ["boehm", "ref", "framework", "none", "stacklessgc",
                       "exact_boehm"],



More information about the Pypy-commit mailing list