summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-01 17:45:00 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-01 17:45:00 +0000
commitdb8f5cfe67e2b074eae427c2fb9cc783ed0df6ab (patch)
tree6ec56abd9641b3d1f1086c87a59396b4fcd3bafd /configure.in
parent633ab3b6bc477594a7c86f90de5a8ddc605d111f (diff)
downloadgcc-db8f5cfe67e2b074eae427c2fb9cc783ed0df6ab.tar.gz
Bring in changes from release branch (egcs_ss_971127).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16865 138bc75d-0d04-0410-961f-82ee72b054a4
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 c768e6f6440..bec2b3486eb 100644
--- a/configure.in
+++ b/configure.in
@@ -122,7 +122,7 @@ case "${host}" in
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
i[3456]86-*-dgux*) host_makefile_frag=config/mh-dgux386 ;;
- i[3456]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;;
+ i[3456]86-ncr-sysv4.3*) host_makefile_frag=config/mh-ncrsvr43 ;;
i[3456]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
i[3456]86-*-sco3.2v5*) host_makefile_frag=config/mh-sysv ;;
i[3456]86-*-sco*) host_makefile_frag=config/mh-sco ;;