summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
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");