summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-05-06 01:42:19 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-05-06 01:42:19 +0200
commitb4d9b422dc91136b5d20f30f42e10a6117ea174b (patch)
treed4ab44722387dd9806126a92f3d853cc8a58c9f5 /config.guess
parent4dbba460a64b4c3ee60097870f6d13393b66be4a (diff)
downloadgmp-b4d9b422dc91136b5d20f30f42e10a6117ea174b.tar.gz
(power*): Handle all ppc970 variants.
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 494722340..6afc51b4b 100755
--- a/config.guess
+++ b/config.guess
@@ -443,7 +443,8 @@ EOF
601) exact_cpu="power" ;;
603ev) exact_cpu="powerpc603e" ;;
604ev5) exact_cpu="powerpc604e" ;;
- 603 | 603e | 604 | 604e | 750 | 821 | 860 | 970)
+ 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;"` ;;