Re: [PATCH] Properly install libgcc_bc dummy library
Andrew Haley <[email protected]> Mon, 09 Dec 2013 15:05:09 +0000
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.java.patches |
|---|---|
| Message-ID | <[email protected]> |
On 12/09/2013 02:31 PM, Richard Biener wrote: > On Mon, Dec 9, 2013 at 3:08 PM, Andreas Schwab <[email protected]> wrote: >> The rules to install the dummy libgcc_bc library have never worked as >> intented, probably due to the fact that the fedora gcc package installs >> it by hand, ignoring all damage that has been done. The target that >> creates libgcj_bc.la for the testsuite is mucking around with internal >> details that will confuse libtool when it tries to install it, the >> effect of which can't be undone by install-exec-hook. We need to create >> a clean second copy that is actually installed. > > Ok if nobody objects in the next 24h. OK, thanks! Andrew.