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]

Re: Newbie build question


>> 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.

A slightly more general approach is `cd gcc && make bootstrap3', which
I use (in one form or another) quite often.  It'll rebuild cc1, cc1plus,
f771, etc., as needed.  (BTW, you do this from the *build*, not source,
directory.)

        tq vm, (burley)


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