http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55925
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-14
23:32:17 UTC ---
(In reply to comment #6)
> So, you need GCC 4.8 to build GCC 4.8? That's just... why? Doesn't that mean
> it's basically impossible to build GCC 4.8 without a binary of it first?
No you need a 4.8 cross compiler to build a 4.8 "native" compiler. So you
should build a 4.8 cross compiler which will include all the target libraries
and then you do a 4.8 Canadian cross (you just need to do "make all-host &&
make install-host" as you already have all the libraries done by the normal
cross).