[pypy-svn] r36531 - in pypy/dist/pypy: config translator/goal
afayolle at codespeak.net
afayolle at codespeak.net
Thu Jan 11 20:03:26 CET 2007
Author: afayolle
Date: Thu Jan 11 20:03:26 2007
New Revision: 36531
Removed:
pypy/dist/pypy/translator/goal/targetlogicstandalone.py
Modified:
pypy/dist/pypy/config/pypyoption.py
Log:
no longer use targetlogicstandalone: targetpypystandalone -o logic does what is required
Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py (original)
+++ pypy/dist/pypy/config/pypyoption.py Thu Jan 11 20:03:26 2007
@@ -39,7 +39,10 @@
requires = {
"thunk": [("objspace.geninterp", False)],
"logic": [("objspace.geninterp", False),
- ("objspace.usemodules._stackless", True)],
+ ("objspace.usemodules._stackless", True),
+ ("translation.debug", True),
+ ("translation.gc", 'framework'),
+ ],
},
cmdline='--objspace -o'),
More information about the pypy-svn
mailing list