This is the mail archive of the gcc-help@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]

Re: How to choose the right libstdc++.so with soft-float?


Paul Smith writes:
 > 
 > However, libstdc++ is handled differently: the compiler build generates
 > both a lib/libstdc++.so and also a lib/soft-float/libstdc++.so (same
 > names, different directories).  On my target filesystem there is only
 > one: /usr/lib/libstdc++.so and investigation shows this to be the fp
 > version, not the soft-float version.

This is very odd.  Are you saying that when you do "make install" the
soft-float versions of the libraries aren't copied into $PREFIX at
all?  If so, this is a bug.

Andrew.


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