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