This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/25435] stage build no longer works



------- Comment #6 from paolo dot bonzini at lu dot unisi dot ch  2006-03-21 15:53 -------
Subject: Re:  stage build no longer works

hjl at lucon dot org wrote:
> ------- Comment #5 from hjl at lucon dot org  2006-03-21 15:09 -------
> When I make a backend change, "make" at the top level still tries to rebuild
> all libraries, even though nothing in library will be recompiled. When Java
> is enabled, it may take a while just to check if libjava needs to be
> recompiled.
> Is there an option to say I only want to rebuild compiler, not libraries?
>   
One particular stage: "make all-stageN"
All stages: "make stageN-bubble"

(usually N=3 of course)

All this is now documented in gcc's manual.

Paolo


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25435


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