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

Re: hacking gcc - avoiding bootstrap?


> From: brent@rcfile.org
> Date: Fri, 29 Sep 2000 16:05:09 -0400
> To: gcc@gcc.gnu.org

>   if files (e.g., gcc/cp/decl.c) are modified, how can I avoid
>   bootstrapping to test any modifications?

I hardly ever bootstraped (or installed) as a developer.  If you have
installed a version that works that is close to the version your
using, you just rm cc1plus; make cc1plus and then make check-g++.

Ah, fond memories of the good old days.

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