This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: i386-netware-ld target for Netware NLM files with C++ support
- From: Nick Clifton <nickc at redhat dot com>
- To: Bernd Herd <herdsoft at t-online dot de>
- Cc: binutils at sources dot redhat dot com, crossgcc at sources dot redhat dot com
- Date: 25 Apr 2003 14:23:46 +0100
- Subject: Re: i386-netware-ld target for Netware NLM files with C++ support
- References: <3EA18726.509@t-online.de>
Hi Bernd,
> I've developed a patch to the i386-netware target to allow creation
> of NLMs from C++ sources. The work consists of two parts concerning
> binutils:
> - Extension of the linker scripts for netware
> - A shell script to integrate nlmconv into the link process.
> Any suggestion on how to integrate the "ld" script approach into the
> binutils distribution?
One approach would be to include it as part of the distribution. You
could add the script to the binutils/ directory and arrange for it to
installed if the target is i386-network. This assumes that you would
be OK with the script living in the binutils project and that you
would be prepared to sign an FSF copyright assignment for it, and that
you would be willing to act as a maintainer for the script.
A simpler method would be to archive the script on the herd website
and just have a link from the binutils project web page to your web
page.
Cheers
Nick