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] | |
In this case, the target is the same, but the machine is able to execute objects for more than one configuration. build, host, and target all are for example powerpc64-linux, but the host compiler defaults to creating 32-bit objects and the bootstrapped compiler will default to creating 64-bit objects.From the user point of view it is a bad bug that you cannot bootstrap a 64-bit compiler starting from a 32-bit one (because stage2 does not find a 64-bit libiberty to use).
To me, "bootstrap" means that all three compilers are identical in
configuration, so I don't follow your example.
Since that's what I (and others, from the sound of it), need to do all theWhy can't you execute make bootstrap in the toplevel?
time, it sounds like we'll keep using --disable-bootstrap forever.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |