------- Comment #1 from pinskia at gcc dot gnu dot org 2007-10-10 21:10 ------- > I'm trying to build a GCC that will generate code for PPC405 but I'm doing > this on a powerpc box that doesn't have a PPC405 CPU.
You cannot bootstrap if you use --with-cpu=405 as the 405 has some string instructions which are not in other PowerPCs. You can do a normal/cross build but not a bootstrap. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33730