Pentium4m was off by a minor version.
This commit is contained in:
@@ -490,7 +490,7 @@ if test x$enable_cpucheck != xno; then
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if __GNUC__ > 3 || __GNUC_MINOR__ > 2
|
#if __GNUC__ > 3 || __GNUC_MINOR__ > 3
|
||||||
if (strstr(model_name, "Mobile")) { cpu = "pentium4m"; }
|
if (strstr(model_name, "Mobile")) { cpu = "pentium4m"; }
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ int main()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#if __GNUC__ > 3 || __GNUC_MINOR__ > 2
|
#if __GNUC__ > 3 || __GNUC_MINOR__ > 3
|
||||||
if (strstr(model_name, "Mobile"))
|
if (strstr(model_name, "Mobile"))
|
||||||
{
|
{
|
||||||
cpu = "pentium4m";
|
cpu = "pentium4m";
|
||||||
|
|||||||
Reference in New Issue
Block a user