summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2014-11-06 22:29:45 +0100
committerTorbjorn Granlund <torbjorng@google.com>2014-11-06 22:29:45 +0100
commit1028f9bb86c33e10244a839838886ddcdae20c11 (patch)
tree7712f0c1d12edcf626658d04e4123db0bff772f3 /config.guess
parentdb02c1444e9cd11648d7e1655c4c91dc0cc23d0f (diff)
downloadgmp-1028f9bb86c33e10244a839838886ddcdae20c11.tar.gz
Support power8.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index 71dae0737..d097afa24 100755
--- a/config.guess
+++ b/config.guess
@@ -456,8 +456,8 @@ EOF
970??) exact_cpu="powerpc970" ;;
603 | 603e | 604 | 604e | 750 | 821 | 860)
exact_cpu="powerpc$x" ;;
- POWER[4-9])
- exact_cpu=`echo $x | sed "s;POWER;power;"` ;;
+ POWER[4-9]*)
+ exact_cpu=`echo $x | sed -e "s;POWER;power;" -e "s;[a-zA-Z]*$;;"` ;;
esac
fi