[pypy-svn] r47565 - pypy/dist/pypy/translator/goal

mwh at codespeak.net mwh at codespeak.net
Thu Oct 18 22:04:38 CEST 2007


Author: mwh
Date: Thu Oct 18 22:04:38 2007
New Revision: 47565

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
moving config targets r' us


Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py	Thu Oct 18 22:04:38 2007
@@ -176,15 +176,15 @@
 def main(backends=[]):
     if backends == []:  #_ prefix means target specific option, # prefix to outcomment
         backends = [backend.strip() for backend in """
-            #llvm--_faassen
+            llvm--_faassen
             c
             c--stackless--_faassen
             c--_faassen
             c--thread
             c--_objspace=taint
             c--_allworkingmodules
-            c--gcframework=marksweep--_faassen
-            c--gcframework=semispace--_faassen
+            c--gc=marksweep--_faassen
+            c--gc=semispace--_faassen
             c--_objspace-std-withrope
             cli
             """.split('\n') if backend.strip() and not backend.strip().startswith('#')]



More information about the Pypy-commit mailing list