[pypy-commit] pypy default: hg backout 12c1f0538f76

arigo noreply at buildbot.pypy.org
Sun Jun 10 22:11:07 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r55552:55fce97aa901
Date: 2012-06-10 22:10 +0200
http://bitbucket.org/pypy/pypy/changeset/55fce97aa901/

Log:	hg backout 12c1f0538f76

	This is not true, in fact. The tests in
	translator.c.gcc.test.test_asmgcroot require both 'asmgcc' and
	'shared=True'.

diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py
--- a/pypy/config/translationoption.py
+++ b/pypy/config/translationoption.py
@@ -96,8 +96,7 @@
                  requires={
                      "shadowstack": [("translation.gctransformer", "framework")],
                      "asmgcc": [("translation.gctransformer", "framework"),
-                                ("translation.backend", "c"),
-                                ("translation.shared", False)],
+                                ("translation.backend", "c")],
                     }),
 
     # other noticeable options


More information about the pypy-commit mailing list