aboutsummaryrefslogtreecommitdiff
path: root/math/atlas-devel/files/patch-config.c
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-10-10 01:13:52 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-10-10 01:13:52 +0000
commit04f26b2ba72ebcbb9ae68b4cc5fee8ebc1397907 (patch)
tree47735bbf0fc5c12755262adcb6856f128d7e6bbe /math/atlas-devel/files/patch-config.c
parentc2da24f180cf5adb3bb930903dd1368ac66bc441 (diff)
downloadports-04f26b2ba72ebcbb9ae68b4cc5fee8ebc1397907.tar.gz
ports-04f26b2ba72ebcbb9ae68b4cc5fee8ebc1397907.zip
Notes
Diffstat (limited to 'math/atlas-devel/files/patch-config.c')
-rw-r--r--math/atlas-devel/files/patch-config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/atlas-devel/files/patch-config.c b/math/atlas-devel/files/patch-config.c
index 6c302adabc4e..b4d966ac20db 100644
--- a/math/atlas-devel/files/patch-config.c
+++ b/math/atlas-devel/files/patch-config.c
@@ -114,7 +114,7 @@
}
break;
case LAIA64: /* don't know */
-@@ -3060,15 +3079,35 @@
+@@ -3060,15 +3079,36 @@
case LAX86:
if (!CmndOneLine(targ, "sysctl hw.model", ln))
{
@@ -145,6 +145,7 @@
- else if (strstr(ln, "64 bit Hammer")) mach = AmdHammer64;
- else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX; /* sent by */
- else if (strstr(ln, "Pentium")) mach=IntP5; /* Nakata Maho */
++ else if (strstr(ln, "Sempron(tm)")) mach = AmdAthlon;
+ else if (strstr(ln, "AMD-K6(tm)")) mach = IntP5MMX;
+ else if (strstr(ln, "Pentium/P55C")) mach = IntP5MMX;
+ else if (strstr(ln, "Pentium/P54C")) mach=IntP5;