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: i386-netware-ld target for Netware NLM files with C++ support


Bernd Herd <info@herdsoft.com> writes:

> The linker script has been replaced by a "clean" nlmld.c program that
> can be connected with gcc by the
> "--with-ld=/opt/cross/i586-netware/nlmld" configure option when
> configuring gcc. It would be good if I'd know a way to make the new
> "nlmld" the default linker for gcc on the netware target to avoid
> specifiying an absolute path.

One option would be to install nlmld as $(tooldir)/bin/ld.  Then gcc
will invoke it by default.  You'll want to install the real linker
under some other name, and have nlmld invoke that linker.

Ian


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