Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5993
Modified Files:
configure.in
Log Message:
fixed the detection of more CPU types for 2.6 kernels.
Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- configure.in 24 Apr 2004 17:26:49 -0000 1.243
+++ configure.in 24 Apr 2004 19:57:20 -0000 1.244
@@ -627,12 +627,14 @@
fprintf(file, "i586tsc");
#elif defined(CONFIG_M586MMX)
fprintf(file, "i586mmx");
-#elif defined(CONFIG_M686) || defined(CONFIG_MPENTIUMIII) || defined(CONFIG_MPENTIUM4)
+#elif defined(CONFIG_M686) || defined(CONFIG_MPENTIUMII) ||
defined(CONFIG_MPENTIUMIII) || defined(CONFIG_MPENTIUM4) || defined(CONFIG_MPENTIUMM)
fprintf(file, "i686");
#elif defined(CONFIG_MK6)
fprintf(file, "k6");
#elif defined(CONFIG_MK7)
fprintf(file, "k7");
+#elif defined(CONFIG_MK8)
+ fprintf(file, "k8");
#elif defined(CONFIG_MCRUSOE)
fprintf(file, "crusoe");
#elif defined(CONFIG_MWINCHIPC6) || defined(CONFIG_MWINCHIP2) ||
defined(CONFIG_MWINCHIP3D)
@@ -717,7 +719,7 @@
c_opts="-march=i586"
fi
;;
- k7)
+ k7|k8)
if $CC -march=athlon -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
c_opts="-march=athlon"
else
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog