summaryrefslogtreecommitdiff
path: root/math/atlas/files/patch-config.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-06-11 00:17:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-06-11 00:17:39 +0000
commitb780505091aafc842185fd301e9e786ad0eebce9 (patch)
tree9ca952c94ec96820ffbd5365d5b028b992b9aa2c /math/atlas/files/patch-config.c
parentForgot to add files/patch-make.inc (diff)
Update to 2.5.2
Notes
Notes: svn path=/head/; revision=82718
Diffstat (limited to '')
-rw-r--r--math/atlas/files/patch-config.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/math/atlas/files/patch-config.c b/math/atlas/files/patch-config.c
index 08d9cdfdac15..653fbcc95ee0 100644
--- a/math/atlas/files/patch-config.c
+++ b/math/atlas/files/patch-config.c
@@ -1,5 +1,5 @@
---- config.c.orig Fri Apr 25 03:10:17 2003
-+++ config.c Sat May 10 07:43:36 2003
+--- config.c.orig Sun May 4 06:09:23 2003
++++ config.c Tue Jun 10 13:12:30 2003
@@ -697,7 +697,7 @@
else if (mach == IA64Itan || MachIsUS(mach) ||
mach == Dec21164 || mach == Dec21264)
@@ -31,14 +31,19 @@
}
break;
case LAIA64: /* don't know */
-@@ -2113,14 +2118,17 @@
+@@ -2113,14 +2118,22 @@
if (!CmndOneLine(targ, "sysctl hw.model", ln))
{
if (strstr(ln, "Pentium Pro")) mach = IntPPRO;
++ else if (strstr(ln, "Pentium(R) Pro")) mach = IntPPRO;
+ else if (strstr(ln, "Pentium 4")) mach = IntP4;
++ else if (strstr(ln, "Pentium(R) 4")) mach = IntP4;
else if (strstr(ln, "Pentium III")) mach = IntPIII;
++ else if (strstr(ln, "Pentium(R) III")) mach = IntPIII;
else if (strstr(ln, "Pentium II ")) mach = IntPII;
++ else if (strstr(ln, "Pentium(R) II ")) mach = IntPII;
+ else if (strstr(ln, "Celeron")) mach = IntPII;
++ else if (strstr(ln, "Celeron(R)")) mach = IntPII;
else if (strstr(ln, "Athlon")) mach = AmdAthlon;
else if (strstr(ln, "AMD-K7")) mach = AmdAthlon;
else if (strstr(ln, "32 bit Hammer")) mach = AmdHammer32;
@@ -49,7 +54,7 @@
}
break;
default:;
-@@ -3124,6 +3132,9 @@
+@@ -3124,6 +3137,9 @@
}
if (USEWINF77) strcpy(F77, "$(BINdir)/winf77.exe");