Newbie build question
Mike Stump
mrs@wrs.com
Tue Apr 6 10:34:00 GMT 1999
> Date: Tue, 6 Apr 1999 10:57:54 -0400 (EDT)
> From: Jamie Guinan <guinan@bluebutton.com>
> To: egcs-bugs@egcs.cygnus.com
> I'm experimenting with the egcs snapshots on an ARM Linux host. If
> I modify a file such as gcc/config/arm/arm.c, is there a quicker way
> to rebuild than "make bootstrap"?
Yes. Build and install a recent egcs.
>From then on never do a bootstrap, just various forms of makes. For
example, one favorite of mine is, `cd gcc && make cc1plus'. Simple,
short sweet, always works for me.
For non-development builds and for installs, one should clean and
bootstrap as normal.
More information about the Gcc-bugs
mailing list