Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300301 | Differences between
and this patch

Collapse All | Expand All

(-)pypy/translator/platform/linux.py (-3 lines)
Lines 29-37 Link Here
29
    shared_only = ()    # it seems that on 32-bit linux, compiling with -fPIC
29
    shared_only = ()    # it seems that on 32-bit linux, compiling with -fPIC
30
                        # gives assembler that asmgcc is not happy about.
30
                        # gives assembler that asmgcc is not happy about.
31
31
32
    def library_dirs_for_libffi_a(self):
33
        # places where we need to look for libffi.a
34
        return self.library_dirs_for_libffi() + ['/usr/lib']
35
32
36
33
37
class Linux64(BaseLinux):
34
class Linux64(BaseLinux):

Return to bug 300301