This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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 invoke ld without gcc


Hi Guys,

If you want to be certain about it, you just iterate: add "-v" to the
collect2 command line to see the exact invocation of ld.

Or use -Wl,-v to pass -v directly from gcc to collect2.

Except that some versions of GCC pass extra parameters to collect2 in environment variables and these do not show up in the -v listing....


Cheers
  Nick


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