[csw-maintainers] assembler in shared libraries
Philip Brown
phil at bolthole.com
Mon Jun 1 21:01:37 CEST 2009
On Mon, Jun 01, 2009 at 08:42:39PM +0200, Peter FELECAN wrote:
> Sure. I'm not comfortable with that but why not? However, I'm
> flabbergasted: I thought that I knew how to do that... -B/opt/csw/bin
> or GCC_EXEC_PREFIX... none works! Still uses /usr/ccs/bin/ld
> --
a WELL-BEHAVED set of Makefiles, will allow you to override linker by
simply specifying
LD=/path/to/ld
similar to setting LDFLAGS and so on.
in one or both of the Makefile or your environment vars.
More information about the maintainers
mailing list