This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building gcc
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Halldór Ísak Gylfasson <halldorisak at ru dot is>
- Date: Mon, 24 Jan 2005 18:29:15 +0000
- Subject: Re: Building gcc
- Organization: CodeSourcery
- References: <07D05A69A3D0C14FAEA60C3ACE8E5564077AE72C@nike.hir.is>
On Monday 24 January 2005 18:19, Halldór Ísak Gylfasson wrote:
> How can I build gcc "incrementally", i.e. I am making minor changes in the
> source, and feel it is an overkill to go through the whole bootstrap?
"make bubblestrap"
If you have a recent gcc installed plain "make" should work.
Note that you should still bootstrap before submitting changes.
Paul