summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-04-26 15:20:23 +0200
committerTorbjorn Granlund <tege@gmplib.org>2009-04-26 15:20:23 +0200
commit37c88bb7b0218358bd9f5bca0bd989f18cac8410 (patch)
tree22146400e7967b0304a88477b068a9d68f07f3c4 /config.guess
parent11c04190cd2e259d036fdee16a5b9442afc10c81 (diff)
downloadgmp-37c88bb7b0218358bd9f5bca0bd989f18cac8410.tar.gz
Recognize more POWER processor types.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index da4f7ba9e..a2b261245 100755
--- a/config.guess
+++ b/config.guess
@@ -445,6 +445,15 @@ main ()
/* This is waiting for a bit more info.
case POWER_RS64II: puts ("powerpcrs64ii"); break;
*/
+#ifdef POWER_4
+ case POWER_4: puts ("power4"); break;
+#endif
+#ifdef POWER_5
+ case POWER_5: puts ("power5"); break;
+#endif
+#ifdef POWER_6
+ case POWER_6: puts ("power6"); break;
+#endif
default:
if (_system_configuration.architecture == POWER_RS)
puts ("power");