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] |
| Other format: | [Raw text] | |
The point is that 32->64 is a cross-compiler and it's only meaningful to talkIt's not 32->64. It's 64->64, but built with a 32-bit compiler. Anyway, I find this discussion secondary now that we reached a point from which I can help you.
about "bootstrapping" a native compiler.
You will always have a bootstrap sequence and a non-bootstrap sequence, but you'll need to reconfigure to switch between the two.
That's *weird* to me. Why is such a step being put into the normal workflow? I
fail to see how that helps anything.
In the old scheme, a "bootstrap" meant just rebuilding the compiler.
There seems to be a belief that it would be good if it rebuilt more.
So the way I thought things were going to be done, if you say "make
bootstrap" with --disable-bootstrap, it does the old (shorter) method
and if you say it with --enable-bootstrap, it does the new (longer). If this
isn't what's implemented, why isn't it?
Of course I forgot about the upper-level "make" before the "check", but it's notIf you configure with --enable-languages=c,ada (which I guess is a good option for you), a toplevel "make" does everything you need -- nothing less, nothing more.
needed before "check-ada": for that all I want is "make gnatlib_and_tools",
but you don't show the equivalent for that.
But I don't *want* to use the libada mechanism: I need to use the presentWhy? And more importantly, if there are showstopper problems why wasn't this discussed at lengths like we are (appropriately) doing for toplevel bootstrap?
mechanism where the Ada library and tools are built within the gcc/
directory. It's indeed nice to have the libada mechanism as an option when a
full build is done, but it's not what's wanted during a development cycle.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |