This is the mail archive of the gcc-help@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: build gcc with external linker


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


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