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: build+install report



  In message <199806200159.DAA05218@jolan.ppro>you write:
  > Being curious how fast I'd be able to recompile egcs, anticipating on
  > making small changes to it in a file, I did re-run `make bootstrap'
  > directly after it finished compiling the first time.  It took again
  > 30 minutes :/.  That makes it kinda hard to make "quick changes".  Is
  > there an easy way to remake the compiler without it recompiling *everything
  > *?
There are ways to skip the full bootstrap process.  Just be aware 
that it's somewhat dangerous.


"make" will not go through the entire bootstrap process.  It'll 
just build using whatever compiler "configure" found.


jeff


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