Added support for Phenom in config.guess.

This commit is contained in:
wbhart 2009-01-03 22:19:43 +00:00
parent 111b5c13a0
commit 1771b581dc

3
config.guess vendored
View File

@ -780,6 +780,9 @@ cat <<EOF >>${dummy}2.c
hammer here instead of the architecture name x86_64. */
modelstr = "x86_64";
break;
case 16:
modelstr = "x86_64";
break;
}
}
else if (strcmp (vendor_string, "CyrixInstead") == 0)