--- ATLAS.orig/config.c 2006-06-12 20:48:57.000000000 -0700 +++ ATLAS/config.c 2006-06-12 20:50:29.000000000 -0700 @@ -3097,7 +3097,9 @@ else if (strstr(ln2, "G4")) mach = PPCG4; else if (strstr(ln2, "7400")) mach = PPCG4; else if (strstr(ln2, "7410")) mach = PPCG4; + else if (strstr(ln2, "7447")) mach = PPCG4; else if (strstr(ln2, "7455")) mach = PPCG4; + else if (strstr(ln2, "7457")) mach = PPCG4; else if (strstr(ln2, "PPC970FX")) mach = PPCG5; } break;