NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: toolchain/45253: amd64 libgcc_eh.a broken



The following reply was made to PR toolchain/45253; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: toolchain-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: toolchain/45253: amd64 libgcc_eh.a broken
Date: Mon, 15 Aug 2011 11:11:55 +1000

 the gcc natively built libgcc_eh.a contains objects compiled with
 -fPIC for me, on amd64.  we don't do that for the in-tree libgcc_eh.a.
 (it doesn't use -DPIC.)  i'll need to look at what we need to do to
 properly do what gcc is doing.  i'm also curious about joerg's comment
 about what is missing from libgcc_s but libgcc_eh only uses ${LIB2_EH}
 sources, and libgcc_s also includes these.
 
 FWIW, the simple work around is to copy libgcc_eh_pic.a to libgcc_eh.a
 this at least makes print/cups build.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index