Re: build gcc with external linker

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gumbold <gumbold@xxxxxxxxxx> 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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux