Author: Armin Rigo <[email protected]>
Branch:
Changeset: r60516:cf3939f3c5ed
Date: 2013-01-27 12:52 +0100
http://bitbucket.org/pypy/pypy/changeset/cf3939f3c5ed/
Log: Fix the default goal. Unsure if it's better to keep it at all or
completely remove it.
diff --git a/rpython/translator/goal/translate.py
b/rpython/translator/goal/translate.py
--- a/rpython/translator/goal/translate.py
+++ b/rpython/translator/goal/translate.py
@@ -50,7 +50,7 @@
return result
translate_optiondescr = OptionDescription("translate", "XXX", [
- StrOption("targetspec", "XXX", default='targetpypystandalone',
+ StrOption("targetspec", "XXX",
default='../../pypy/goal/targetpypystandalone',
cmdline=None),
ChoiceOption("opt",
"optimization level", OPT_LEVELS, default=DEFAULT_OPT_LEVEL,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit