Added support for Phenom in config.guess.
This commit is contained in:
parent
111b5c13a0
commit
1771b581dc
3
config.guess
vendored
3
config.guess
vendored
@ -780,6 +780,9 @@ cat <<EOF >>${dummy}2.c
|
|||||||
hammer here instead of the architecture name x86_64. */
|
hammer here instead of the architecture name x86_64. */
|
||||||
modelstr = "x86_64";
|
modelstr = "x86_64";
|
||||||
break;
|
break;
|
||||||
|
case 16:
|
||||||
|
modelstr = "x86_64";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (strcmp (vendor_string, "CyrixInstead") == 0)
|
else if (strcmp (vendor_string, "CyrixInstead") == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user