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

ericvrp at codespeak.net ericvrp at codespeak.net
Wed Nov 8 19:34:09 CET 2006


Author: ericvrp
Date: Wed Nov  8 19:34:08 2006
New Revision: 34391

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
fix the thread build.


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	Wed Nov  8 19:34:08 2006
@@ -168,7 +168,7 @@
             llvm--_objspace-std-withstrdict
             c
             c--gc=framework
-            c--_thread
+            c--thread--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'
             c--stackless
             c--stackless--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'
             c--profopt='-c "from richards import *;main(iterations=1)"'
@@ -199,4 +199,4 @@
         if args and args[0] == '--dry-run':
             del args[0]
             dry_run = True
-        main(*args)
+        main(args)



More information about the Pypy-commit mailing list