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?



brent@rcfile.org writes:

> I hope _the word_ is that it is sane to do the 'make all' when only
> modifying frontend files.

You don't need to do a full bootstrap, but you _do_ need to check that
libstdc++ and libio and libgcc still build with your new compiler.

(There've been a number of incidences when someone changed the C++
frontend and suddenly libstdc++ won't build.)

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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