public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* build gcc with external linker
@ 2005-05-17 10:02 gumbold
  2005-05-17 13:51 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: gumbold @ 2005-05-17 10:02 UTC (permalink / raw)
  To: gcc-help

Hi

How to build gcc (x86 linux native etc.), but i want to use
another than collect2 program.
i understand that i can change specs file and hope for good.
The question is how merge it in gcc build process?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: build gcc with external linker
  2005-05-17 10:02 build gcc with external linker gumbold
@ 2005-05-17 13:51 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2005-05-17 13:51 UTC (permalink / raw)
  To: gumbold; +Cc: gcc-help

gumbold <gumbold@bonbon.net> writes:

> How to build gcc (x86 linux native etc.), but i want to use
> another than collect2 program.
> i understand that i can change specs file and hope for good.
> The question is how merge it in gcc build process?

Define LINKER_NAME in your tm.h file to the name of your linker.

The default value of LINKER_NAME is "collect2".

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-17 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-17 10:02 build gcc with external linker gumbold
2005-05-17 13:51 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).