This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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 point to new gcc libs (instead of default gcc)


As was said, your ldd is not reporting as it would in the target; shared
libs are a dynamic process after all.

If you need to use a different set of libs than was built with the cross
compiler then you can use -nostdlib and/or -nodefaultlibs But your
probably making your life complicated!


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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