This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Supply -v to linker also


On Tue, 16 Nov 2004, Devang Patel wrote:
> This small patch supplies -v command line option to linker program.
> This allows user to see real ld arguments used by collect2.
>
>   2004-11-16  Devang Patel  <dpatel@apple.com>
>
>         * gcc.c (process_command): Supply -v to linker.
>
> Full bootstrapped and dejagnu test run is in progress on powerpc-darwin.
> OK if it succeeds ?

Late to the game, still already done that...
I think you want --verbose for the linker.  Maybe -v for the
assembler too?  See config/cris/cris.h ASM_SPEC and LINK_SPEC.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]