This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


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

Re: Soft-float and newlib


Walter Christian writes:
 > Well it did exactly the thing you mentioned above. I used the -v flag to
 > see how gcc is calling ld and put the right -L Parameters (Which point to
 > the right libs for the architecture) into my Makefile and called ld
 > directly.  

Note that I'm not recommending calling ld directly if you've got
multilib libraries you need to find.  That's just too low an
implementation detail for users to have to deal with.  Use gcc to link.

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