Updated detection for Celeron M.
This commit is contained in:
@@ -458,7 +458,7 @@ if test x$enable_cpucheck != xno; then
|
|||||||
|
|
||||||
if (!cpu)
|
if (!cpu)
|
||||||
{
|
{
|
||||||
if (strstr(model_name, "Pentium(R) M"))
|
if (strstr(model_name, "Pentium(R) M") || strstr(model_name, "Celeron(R) M"))
|
||||||
{
|
{
|
||||||
#if __GNUC__ > 3 || __GNUC_MINOR__ > 3
|
#if __GNUC__ > 3 || __GNUC_MINOR__ > 3
|
||||||
cpu = "pentium-m";
|
cpu = "pentium-m";
|
||||||
|
|||||||
Reference in New Issue
Block a user