From: Fred Fish Date: Sun, 15 Nov 1992 17:37:16 +0000 (+0000) Subject: * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6845e2da3e8d8bc547185d00efb7687481ad29c1;p=binutils-gdb.git * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2. * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4. --- diff --git a/configure.in b/configure.in index 3612d3849d5..a4b76d19af6 100644 --- a/configure.in +++ b/configure.in @@ -20,6 +20,7 @@ case "${host}" in i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[34]86-*-linux) host_makefile_frag=config/mh-linux ;; + i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;; *-ibm-aix*) host_makefile_frag=config/mh-aix ;; *-sun-solaris*) host_makefile_frag=config/mh-solaris ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;;