aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-08-29 22:45:33 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-08-29 22:45:33 +0000
commit7fa565a6d3edf64e76b48407a769e0aa7f9b6cee (patch)
treef02cc3d9781562be112bcbb847e19b92dd969c15 /configure.in
parent775533747d0f5d6d1aacfa80cacc7bcbd663b2d1 (diff)
downloadgdb-7fa565a6d3edf64e76b48407a769e0aa7f9b6cee.zip
gdb-7fa565a6d3edf64e76b48407a769e0aa7f9b6cee.tar.gz
gdb-7fa565a6d3edf64e76b48407a769e0aa7f9b6cee.tar.bz2
Recognize i586-dg-dgux and use generic System V config file to nop ranlib
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 6353553..6d212b9 100644
--- a/configure.in
+++ b/configure.in
@@ -127,6 +127,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[3456]86-*-dgux*) host_makefile_frag=config/mh-sysv4 ;;
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 ;;