From 19fb2a5fde67643ee84189243f3c435a97826ca3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 28 Dec 1992 16:34:12 +0000 Subject: [PATCH] Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com) * configure.in (i[34]86-*-isc*): added; uses mh-sysv. --- ChangeLog | 4 ++++ configure.in | 1 + 2 files changed, 5 insertions(+) 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 ;; -- 2.7.4