This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12984] New: libgcc*.so files are mis-installed.
- From: "mostrows at watson dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2003 02:01:14 -0000
- Subject: [Bug bootstrap/12984] New: libgcc*.so files are mis-installed.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
mklibgcc uses "./xgcc" to determine determine the subdirectories into which
multilib libgcc*.so files should be installed (64, nof, 64/nof, for
powerpc64-linux). But, since gcc is being cross-compiled ./xgcc cannot be
executed and thus empty strings are generated. The result is that all shared
libgcc*.so libraries are installed into the same spot (each one overwriting the
last).
--
Summary: libgcc*.so files are mis-installed.
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mostrows at watson dot ibm dot com
CC: amodra at bigpond dot net dot au,gcc-bugs at gcc dot gnu
dot org
GCC build triplet: powerpc-apple-darwin6.7.5
GCC host triplet: powerpc64-linux-gnu
GCC target triplet: powerpc-linux-gnu (biarch)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12984