Ian Lance Taylor <[email protected]> wrote: > LDFLAGS_FOR_TARGET is the one that should be used. However, you're > right that it doesn't appear to happen. This is a bug. ... > I think you need to edit the file gcc/config/t-slibgcc-elf-ver.
Thanks--adding $(LDFLAGS_FOR_TARGET) to SHLIB_LINK in that file seems to work. paul
