Re: CFT: toplevel bootstrap (stage 2 project)

2005-08-06 Thread Joseph S. Myers
On Wed, 22 Jun 2005, Paolo Bonzini wrote: > The idea is that just before or just after the end of stage2, I will post the > obvious patch making --enable-bootstrap the default. Then, "make" will just Is this switch to toplevel bootstrap as default still planned for 4.1? -- Joseph S. Myers

Re: CFT: toplevel bootstrap (stage 2 project)

2005-07-05 Thread Paolo Bonzini
How difficult do you think this will be with the new toplevel bootstrap? Make gcjx depend on libstdc++-v3, and add "bootstrap=true" to both in Makefile.def. In cp/Make-lang.in, set boot_language=yes. It should just work. Paolo

Re: toplevel bootstrap (stage 2 project)

2005-06-28 Thread Giovanni Bajo
Daniel Berlin <[EMAIL PROTECTED]> wrote: >> Well, because Wiki is more attractive to people writing >> documentation for several reasons (faster than writing a HTML/TeX >> patch and submitting it for review, etc.). Maybe we should think if >> we want to use the Wiki as our rapid documentation prot

Re: toplevel bootstrap (stage 2 project)

2005-06-28 Thread Daniel Berlin
On Tue, 2005-06-28 at 11:43 +0200, Giovanni Bajo wrote: > Gerald Pfeifer <[EMAIL PROTECTED]> wrote: > > >> It would help also if you add to the wiki explanation of what exactly all > >> these options do. Especially bubblestrap vs quickstrap vs restrap. > > > > Why to the WIki?? This should be par

Re: toplevel bootstrap (stage 2 project)

2005-06-28 Thread Giovanni Bajo
Gerald Pfeifer <[EMAIL PROTECTED]> wrote: >> It would help also if you add to the wiki explanation of what exactly all >> these options do. Especially bubblestrap vs quickstrap vs restrap. > > Why to the WIki?? This should be part of the regular documentation, > and if anything is to improve, the

Re: toplevel bootstrap (stage 2 project)

2005-06-24 Thread Gerald Pfeifer
On Wed, 22 Jun 2005, Giovanni Bajo wrote: > It would help also if you add to the wiki explanation of what exactly all > these options do. Especially bubblestrap vs quickstrap vs restrap. Why to the WIki?? This should be part of the regular documentation, and if anything is to improve, the improve

Re: toplevel bootstrap (stage 2 project)

2005-06-23 Thread Paolo Bonzini
What does "./configure --enable-botstrap; make bootstrap" do? The same as plain make. bootstrap is the default target when --enable-bootstrap is given, and its behavior resembles a "bubblestrap" (see later) in the old system. This removes the wart where "make" following a "make bootstrap

Re: CFT: toplevel bootstrap (stage 2 project)

2005-06-22 Thread Geoffrey Keating
I haven't actually tried it, but it looks like the 'compare' rule tries to compare every .o file in all the directories, which will surely cause the same problems with stabs and assembly that is described in: and other related messages.

Re: toplevel bootstrap (stage 2 project)

2005-06-22 Thread Giovanni Bajo
Paolo Bonzini <[EMAIL PROTECTED]> wrote: > To recap, toplevel bootstrap has several aims, including: >[...] I suggest you to add this to the Wiki. > To enable toplevel bootstrap, just configure with --enable-bootstrap. > Then, "make" will do more or less what "make bubblestrap" used to do: What

CFT: toplevel bootstrap (stage 2 project)

2005-06-22 Thread Paolo Bonzini
So we are ready! Please try this and let me know of any rough spots. I'll be on holiday from Friday 24th to July 4th, with no connectivity, but I will read my e-mail when I come back. To recap, toplevel bootstrap has several aims, including: 1) simplifying the binary compatibility problems wh