From: Michael Meissner Date: Thu, 29 Aug 1996 22:45:33 +0000 (+0000) Subject: Recognize i586-dg-dgux and use generic System V config file to nop ranlib X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fa565a6d3edf64e76b48407a769e0aa7f9b6cee;p=binutils-gdb.git Recognize i586-dg-dgux and use generic System V config file to nop ranlib --- diff --git a/ChangeLog b/ChangeLog index 34cb18684bf..972b4652483 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ Thu Aug 29 16:44:58 1996 Michael Meissner * configure.in (i[345]86): Recognize i686 for pentium pro. + (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration + file. + * config.guess (i[345]86): Ditto. start-sanitize-d10v diff --git a/configure.in b/configure.in index 6353553c242..6d212b94530 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 ;;