Author: Carl Friedrich Bolz <[email protected]>
Branch: 
Changeset: r83804:2a6ba5aae8d8
Date: 2016-04-21 17:54 +0300
http://bitbucket.org/pypy/pypy/changeset/2a6ba5aae8d8/

Log:    don't suggest the hybrid GC

diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py
--- a/rpython/translator/driver.py
+++ b/rpython/translator/driver.py
@@ -399,7 +399,7 @@
             try:
                 configure_boehm(self.translator.platform)
             except CompilationError, e:
-                i = 'Boehm GC not installed.  Try e.g. "translate.py 
--gc=hybrid"'
+                i = 'Boehm GC not installed.  Try e.g. "translate.py 
--gc=minimark"'
                 raise Exception(str(e) + '\n' + i)
 
     @taskdef([STACKCHECKINSERTION, '?'+BACKENDOPT, RTYPE, '?annotate'],
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to