aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-06-05 00:25:32 +0000
committerPer Bothner <per@bothner.com>1994-06-05 00:25:32 +0000
commitc4d7d826d72aeabda9a30bf836a2734033c476e3 (patch)
tree62a8d8778f58e1ec28742fb0eddc9cbc72ef1a54 /configure.in
parentd376e43bacdf76d5f2eab6d876472af286a818fe (diff)
downloadgdb-c4d7d826d72aeabda9a30bf836a2734033c476e3.zip
gdb-c4d7d826d72aeabda9a30bf836a2734033c476e3.tar.gz
gdb-c4d7d826d72aeabda9a30bf836a2734033c476e3.tar.bz2
* configure.in: Use mh-ncrsvr43. Patch from
Tom McConnell <tmcconne@sedona.intel.com>.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1ed4555..76b8944 100644
--- a/configure.in
+++ b/configure.in
@@ -98,6 +98,7 @@ case "${host}" in
mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;;
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
+ i[34]86-ncr-sysv43) host_makefile_frag=config/mh-ncrsvr43 ;;
i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;;
i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;;