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

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