summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-10-15 15:55:41 +0200
committerTorbjorn Granlund <tege@gmplib.org>2011-10-15 15:55:41 +0200
commit7274fa066b52b33b595e0d24d33d8f6747b9ecfb (patch)
tree535925f68caa22186ac737a2014afdc4995a9742 /config.sub
parent3930f3e196037719e5d35a801b4d8165d99064e5 (diff)
downloadgmp-7274fa066b52b33b595e0d24d33d8f6747b9ecfb.tar.gz
Match s390 CPUs.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 1442e9ab8..4f68184da 100755
--- a/config.sub
+++ b/config.sub
@@ -111,6 +111,11 @@ ultrasparc | ultrasparc2 | ultrasparc2i | ultrasparc3 | ultrasparct[1234])
sh2)
test_cpu=sh ;;
+z900 | z990 | z9 | z10 | z196)
+ test_cpu=s390x;;
+z900esa | z990esa | z9esa | z10esa | z196esa)
+ test_cpu=s390;;
+
*)
# Don't need or want to change the given name, just run configfsf.sub
$SHELL $configfsf_sub "$given_full"