diff options
author | Mark Eichin <eichin@cygnus> | 1992-05-31 22:13:34 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1992-05-31 22:13:34 +0000 |
commit | ef8aa56d10bcbace35b7955f2efc1cdd26fcf236 (patch) | |
tree | fb3f8fe1dba4ede6a795b04d5a0151f36dd5de9c /configure.in | |
parent | 4feb00bef1bf9259e80d731326e6d1bbe4660677 (diff) | |
download | gdb-ef8aa56d10bcbace35b7955f2efc1cdd26fcf236.zip gdb-ef8aa56d10bcbace35b7955f2efc1cdd26fcf236.tar.gz gdb-ef8aa56d10bcbace35b7955f2efc1cdd26fcf236.tar.bz2 |
Added solaris configuration support.
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 c3d1e84..2ffbd05 100644 --- a/configure.in +++ b/configure.in @@ -15,6 +15,7 @@ case "${host_os}" in aix*) host_makefile_frag=config/mh-aix ;; m88kbcs) host_makefile_frag=config/mh-delta88;; sysv4*) host_makefile_frag=config/mh-sysv4 ;; +solaris*) host_makefile_frag=config/mh-solaris2 ;; sysv* | irix3) host_makefile_frag=config/mh-sysv ;; sco*) host_makefile_frag=config/mh-sco ;; irix4) host_makefile_frag=config/mh-irix4 ;; |