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

(-)/var/tmp/portage/blas-atlas-3.7.11/work/ATLAS/config.c.orig (+1 lines)
Lines 3088-3093 Link Here
3088
            else if (strstr(ln2, "7410")) mach = PPCG4;
3088
            else if (strstr(ln2, "7410")) mach = PPCG4;
3089
            else if (strstr(ln2, "7455")) mach = PPCG4;
3089
            else if (strstr(ln2, "7455")) mach = PPCG4;
3090
            else if (strstr(ln2, "PPC970FX")) mach = PPCG5;
3090
            else if (strstr(ln2, "PPC970FX")) mach = PPCG5;
3091
            else if (strstr(ln2, "altivec") && !Use64bits) mach = PPCG4;
3091
         }
3092
         }
3092
         break;
3093
         break;
3093
      case LASPARC:  /* don't know here anymore */
3094
      case LASPARC:  /* don't know here anymore */

Return to bug 120775