From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: nickc@cygnus.com Cc: binutils@sourceware.cygnus.com Subject: Re: Linker documentation patch Date: Fri, 07 Jan 2000 11:26:00 -0000 Message-id: <20000107192545.7096.qmail@daffy.airs.com> References: <200001071907.LAA09059@elmo.cygnus.com> X-SW-Source: 2000-01/msg00046.html Date: Fri, 7 Jan 2000 11:07:35 -0800 From: Nick Clifton + Note - if the linker is being invoked indirectly, via a compiler driver + (eg @samp{gcc}) then all the linker command line options should be + prefixed by @samp{-Wl,} like this: I would change this to indicate that -Wl is actually compiler specific. There are other compilers which support -Wl, but there also plenty which don't. Ian