diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-12-28 16:34:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-12-28 16:34:12 +0000 |
commit | 19fb2a5fde67643ee84189243f3c435a97826ca3 (patch) | |
tree | cb7debce6d3d983558af423b0dfbfe0f05c55079 | |
parent | fa754be2d014df544e8cc8ec76ccbff2e7061895 (diff) | |
download | gdb-19fb2a5fde67643ee84189243f3c435a97826ca3.zip gdb-19fb2a5fde67643ee84189243f3c435a97826ca3.tar.gz gdb-19fb2a5fde67643ee84189243f3c435a97826ca3.tar.bz2 |
Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 ;; |