Author: Armin Rigo <[email protected]>
Branch:
Changeset: r57142:63c4e7305e2a
Date: 2012-09-05 10:37 +0200
http://bitbucket.org/pypy/pypy/changeset/63c4e7305e2a/
Log: Backed out changeset 27ea72fb2601: little point, because the x86-64
binaries right now depend strongly on being a recent Ubuntu
installation.
diff --git a/pypy/translator/platform/linux.py
b/pypy/translator/platform/linux.py
--- a/pypy/translator/platform/linux.py
+++ b/pypy/translator/platform/linux.py
@@ -35,10 +35,7 @@
# places where we need to look for libffi.a
# XXX obscuuure! only look for libffi.a if run with translate.py
if 'translate' in sys.modules:
- return self.library_dirs_for_libffi() + [
- '/usr/lib',
- '/usr/lib/x86_64-linux-gnu',
- ]
+ return self.library_dirs_for_libffi() + ['/usr/lib']
else:
return []
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit