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?


On 29 Sep 2000 at 21:20 (-0400), Phil Edwards wrote:
| On Fri, Sep 29, 2000 at 05:07:20PM -0400, brent@rcfile.org wrote:
| > On 29 Sep 2000 at 16:38 (-0400), Phil Edwards wrote:
| >
| > | 'make all' at the top level (or in the gcc subdir) will build everything just
| > | once.  If you know you have a completely working C compiler installed already
| > | to do the build, then that's usually good enough for most sub-projects
| > | (like C++-related things).  For stuff that affects the core C compiler,
| > | you should always do a full bootstrap for the additional testing.
| >
| > has the 'make all' worked as desired/expected for you?
|
| Absolutely.  It picks up any compiler changes from others, and eventually
| descends to build libstdc++-v3, which is what I'm usually messing with.

cool. that's three affirmations that bootstrap is not needed
to test frontend modifications. that equates to about 20 times as
many experiments I can make over the course my vacation. hopefully
I can fix a buglet and learn (a bit about) how this magic compiler
works, if not I can atleast slap together the beginnings of a
"Hacking gcc for dumm*es" guide :)

thanks.
  brent

-- 
All opinions expressed are My own, unless otherwise attributed. In
presenting facts, I expressly reserve the right to be Wrong. Portions
of this message authored by Me are subject to the Free Thought License.

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