[pypy-issue] [issue929] Improve platform support for FreeBSD
David Naylor
tracker at bugs.pypy.org
Sun Nov 20 19:33:58 CET 2011
New submission from David Naylor <naylor.b.david at gmail.com>:
Fix a bug where a custom CFLAGS/LDFLAGS could result in a linker error.
On FreeBSD `-pthreads' needs to be passed to the linker so ensure the flags
always contains `-pthreads'. While here fully implement the get_env_vector()
function.
I've notices the other BSDs have copied the freebsd.py platform file, perhaps
this patch is relevant for them as well (I, however, have no way to verify
this).
----------
files: patch-pypy::translator::platform::freebsd.py
messages: 3441
nosy: DragonSA, pypy-issue
priority: bug
status: unread
title: Improve platform support for FreeBSD
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue929>
________________________________________
More information about the pypy-issue
mailing list