summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-11-18 01:38:05 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-11-18 01:38:05 +0100
commit66cee67037325f71f1be3b74cedf8a82a855a576 (patch)
treedefbf9f345c8dc3b476859c40e37fb3068032859 /config.guess
parentca8f2335758e9e234fed5e1092c82b9a13b159b8 (diff)
downloadgmp-66cee67037325f71f1be3b74cedf8a82a855a576.tar.gz
Generalise x86_64 support; recognise VIA nano.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index c64ba970e..a244135b1 100755
--- a/config.guess
+++ b/config.guess
@@ -775,7 +775,8 @@ main ()
{
case 6:
if (model < 9) modelstr = "viac3";
- else modelstr = "viac32";
+ else if (model < 15) modelstr = "viac32";
+ else modelstr = "nano";
break;
}
}