Author: mattip <[email protected]>
Branch: no_boehm_libdl
Changeset: r79119:b84a79056d18
Date: 2015-08-21 16:59 +0300
http://bitbucket.org/pypy/pypy/changeset/b84a79056d18/
Log: remove libdl from linker for boehm gc
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
@@ -854,7 +854,7 @@
platform = None
else:
library_dir = ''
- libraries = ['gc', 'dl']
+ libraries = ['gc']
includes=['gc/gc.h']
eci = ExternalCompilationInfo(
platform=platform,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit