This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: how to faster rebuild gcc after changes in binutils


Hi Klaus,

I try to change some things in binutils and need to integrate the changes in gcc for testing. Is there a make target for gcc which simply links all
again to the new created binutils. Currently I do a make clean, make, make install
which could not be the solution :-)

If you have just changed the linker you could do:


make clean-ld all-ld install-ld

similarly if you have just changed the assembler:

make clean-gas all-gas install-gas

or the binutils:

make clean-binutils all-binutils install-binutils

Cheers
  Nick



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