Author: Brian Kearns <bdkea...@gmail.com> Branch: Changeset: r63230:42042ff3b88a Date: 2013-04-11 06:59 -0700 http://bitbucket.org/pypy/pypy/changeset/42042ff3b88a/
Log: Merged in sthalik/pypy/unbreak-freebsd (pull request #148) Use proper linker script on all that is FreeBSD, not just 7.x diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py --- a/rpython/translator/platform/posix.py +++ b/rpython/translator/platform/posix.py @@ -47,7 +47,7 @@ if not eci.export_symbols: return [] - if sys.platform == 'freebsd7': + if sys.platform.startswith('freebsd'): eci.export_symbols += ('__progname', 'environ') response_file = self._make_response_file("dynamic-symbols-") _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit