summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-09-25 23:20:15 +0200
committerTorbjorn Granlund <tege@gmplib.org>2011-09-25 23:20:15 +0200
commit0e4c5805223f51473a1bb7bc68a35ff25b249cd9 (patch)
tree987db16de86602654dbcff947fb61af45f654af6 /configure.in
parentb52924c014216681f728694792f9b954b93c280b (diff)
downloadgmp-0e4c5805223f51473a1bb7bc68a35ff25b249cd9.tar.gz
Recognise sh3 and sh4.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e4cccf940..5224bc46d 100644
--- a/configure.in
+++ b/configure.in
@@ -1123,7 +1123,7 @@ case $host in
sh-*-*) path="sh" ;;
- sh2-*-*) path="sh/sh2 sh" ;;
+ [sh[2-4]-*-*]) path="sh/sh2 sh" ;;
*sparc*-*-*)