View | Details | Raw Unified | Return to bug 40321
Collapse All | Expand All

(-)atlas/files/patch-aa Mon Jul 8 12:55:47 2002 (-3 / +10 lines)
Lines 1-6 Link Here
1
--- config.c.orig      Mon Jun 17 10:37:24 2002
1
--- config.c.orig      Mon Jun 17 10:37:24 2002
2
+++ config.c   Fri Jun 21 09:23:31 2002
2
+++ config.c   Mon Jul  8 12:55:32 2002
3
@@ -2055,6 +2055,7 @@
3
@@ -2049,12 +2049,14 @@
4
          if (!CmndOneLine(targ, "sysctl hw.model", ln))
5
          {
6
             if (strstr(ln, "Pentium Pro")) mach = IntPPRO;
7
+            else if (strstr(ln, "Pentium 4")) mach = IntP4;
8
             else if (strstr(ln, "Pentium III")) mach = IntPIII;
9
             else if (strstr(ln, "Pentium II ")) mach = IntPII;
10
             else if (strstr(ln, "Athlon")) mach = AmdAthlon;
4
             else if (strstr(ln, "AMD-K7")) mach = AmdAthlon;
11
             else if (strstr(ln, "AMD-K7")) mach = AmdAthlon;
5
             else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */
12
             else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */
6
             else if (strstr(ln, "Pentium")) mach=IntP5;       /* Nakata Maho */
13
             else if (strstr(ln, "Pentium")) mach=IntP5;       /* Nakata Maho */
Lines 8-14 Link Here
8
          }
15
          }
9
          break;
16
          break;
10
       default:;
17
       default:;
11
@@ -3024,6 +3025,9 @@
18
@@ -3024,6 +3026,9 @@
12
    }
19
    }
13
    if (USEWINF77) strcpy(F77, "$(BINdir)/winf77.exe");
20
    if (USEWINF77) strcpy(F77, "$(BINdir)/winf77.exe");

Return to bug 40321