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 /configure.in | |
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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 ;; |