Author: Remi Meier <[email protected]>
Branch: quad-color-gc
Changeset: r86319:c3000b80ab0b
Date: 2016-08-19 15:51 +0200
http://bitbucket.org/pypy/pypy/changeset/c3000b80ab0b/

Log:    remove configure_external_library, as it seems to compile the GC
        separately, which is not possible

diff --git a/rpython/rtyper/tool/rffi_platform.py 
b/rpython/rtyper/tool/rffi_platform.py
--- a/rpython/rtyper/tool/rffi_platform.py
+++ b/rpython/rtyper/tool/rffi_platform.py
@@ -901,10 +901,7 @@
                 ["qcgc.c", "arena.c", "allocator.c", "bag.c", "event_logger.c",
                     "gray_stack.c", "shadow_stack.c"]],
             )
-    return configure_external_library(
-            'qcgc', eci, [dict(prefix='qcgc-', include_dir='include',
-                library_dir=library_dir)],
-            symbol='qcgc_initialize')
+    return eci
 
 if __name__ == '__main__':
     doc = """Example:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to