Author: mattip <[email protected]>
Branch:
Changeset: r76941:8bbba5f3aeb8
Date: 2015-04-26 22:23 +0300
http://bitbucket.org/pypy/pypy/changeset/8bbba5f3aeb8/
Log: (ab)use link_files since it appears _after_ the object files and
gcc's linker is picky about order
diff --git a/pypy/module/_vmprof/interp_vmprof.py
b/pypy/module/_vmprof/interp_vmprof.py
--- a/pypy/module/_vmprof/interp_vmprof.py
+++ b/pypy/module/_vmprof/interp_vmprof.py
@@ -27,7 +27,7 @@
include_dirs = [SRC],
includes = ['vmprof.h', 'trampoline.h'],
separate_module_files = [SRC.join('trampoline.asmgcc.s')],
- link_extra = ['-Wl,-Bstatic', '-lunwind', '-Wl,-Bdynamic', '-llzma'],
+ link_files = ['-Wl,-Bstatic', '-lunwind', '-Wl,-Bdynamic', '-llzma'],
post_include_bits=["""
void pypy_vmprof_init(void);
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit