Help with LDFLAGS options

Hi,
We currently have a Makefile which has the following option in LDFLAGS:

LDFLAGS_solaris= -G -library=%none

Can anyone please help on what the significance of -library=%none is ?
Thanks in advance.

I believe this flag has no purpose and is ignored, unless perhaps if you have a library named "libibrary" or "libibrary=%none" which is quite unlikely ...