Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit