From: Ian Lance Taylor Date: Mon, 28 Dec 1992 16:34:12 +0000 (+0000) Subject: Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) X-Git-Tag: gdb-4_18~20470 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19fb2a5fde67643ee84189243f3c435a97826ca3;p=platform%2Fupstream%2Fbinutils.git Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) * configure.in (i[34]86-*-isc*): added; uses mh-sysv. --- diff --git a/ChangeLog b/ChangeLog index 37edd19..57157da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) + + * configure.in (i[34]86-*-isc*): added; uses mh-sysv. + Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: don't remove binutils from Solaris builds diff --git a/configure.in b/configure.in index 60140e3..b36735c 100644 --- a/configure.in +++ b/configure.in @@ -86,6 +86,7 @@ case "${host}" in mips-sgi-irix3) host_makefile_frag=config/mh-sysv ;; 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 ;; 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 ;;