summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-01-08 21:04:35 +0100
committerTorbjorn Granlund <torbjorng@google.com>2015-01-08 21:04:35 +0100
commit9ae27f0b4d678097a9682e125f3e946e350c2f82 (patch)
tree8a28e534ab6f612c36f7df082324238cc6f6f7ac /config.guess
parenta5f9934c16ec25fcab433139b919e11ed81fd777 (diff)
downloadgmp-9ae27f0b4d678097a9682e125f3e946e350c2f82.tar.gz
Match POWER8 for AIX.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 6b57ea9f8..e1c0df4c0 100755
--- a/config.guess
+++ b/config.guess
@@ -3,7 +3,7 @@
# GMP config.guess wrapper.
-# Copyright 2000-2006, 2008, 2011-2014 Free Software Foundation, Inc.
+# Copyright 2000-2006, 2008, 2011-2015 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -509,6 +509,9 @@ main ()
#ifdef POWER_7
case POWER_7: puts ("power7"); break;
#endif
+#ifdef POWER_8
+ case POWER_8: puts ("power8"); break;
+#endif
default:
if (_system_configuration.architecture == POWER_RS)
puts ("power");