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
> 
Sorry, my question was not precise enough :-)

The binutils build fine if I change some files and do a make. The
dependencies
are ok and all needed things will be linked as expected.

What I now need is to rebuild the GCC! So gcc must take notice that I have
compiled
the binutils and the libraries itself have changed. As I know 
gcc links the libraries from the install path of binutils right?
So I search s way to rebuild gcc not binutils after changing the binutils.

My actual target is to find out where the xassembler-with-cpp is broken
using
normal defined values....

Thanks
   Klaus

-- 
Psssst! Mit GMX Handyrechnung senken: http://www.gmx.net/de/go/mail
100 FreeSMS/Monat (GMX TopMail), 50 (GMX ProMail), 10 (GMX FreeMail)


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