[Bug bootstrap/12984] New: libgcc*.so files are mis-installed.
mostrows at watson dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Mon Nov 10 02:01:00 GMT 2003
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
More information about the Gcc-bugs
mailing list