This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12984] New: libgcc*.so files are mis-installed.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]