Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120775 | Differences between
and this patch

Collapse All | Expand All

(-)ATLAS.orig/config.c (+2 lines)
Lines 3097-3103 Link Here
3097
            else if (strstr(ln2, "G4")) mach = PPCG4;
3097
            else if (strstr(ln2, "G4")) mach = PPCG4;
3098
            else if (strstr(ln2, "7400")) mach = PPCG4;
3098
            else if (strstr(ln2, "7400")) mach = PPCG4;
3099
            else if (strstr(ln2, "7410")) mach = PPCG4;
3099
            else if (strstr(ln2, "7410")) mach = PPCG4;
3100
            else if (strstr(ln2, "7447")) mach = PPCG4;
3100
            else if (strstr(ln2, "7455")) mach = PPCG4;
3101
            else if (strstr(ln2, "7455")) mach = PPCG4;
3102
            else if (strstr(ln2, "7457")) mach = PPCG4;
3101
            else if (strstr(ln2, "PPC970FX")) mach = PPCG5;
3103
            else if (strstr(ln2, "PPC970FX")) mach = PPCG5;
3102
         }
3104
         }
3103
         break;
3105
         break;

Return to bug 120775