------- Comment #10 from pinskia at gcc dot gnu dot org 2006-09-03 06:37 ------- (In reply to comment #9) > I just now tried that. Now I'm getting this error: > make: *** No rule to make target `bootstrap'. Stop. That does not make sense.
Anyways try these instructions: cd gcc-src # the toplevel directory mkdir objdir cd objdir ../configure #rest of your configure options make bootstrap mske install ------ Also you don't want to do "--with-cpu=powerpc" as that will disable all the features that are in the G3 and above. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28297