diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-10 08:10:33 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-10 08:10:33 +0000 |
commit | 806fd9fc4ea36675876b522350caec8e94df09cc (patch) | |
tree | e885f04302e6e7abbf75826bb4e6a48ebb7c5925 /configure.in | |
parent | 8806f7b98c65276403dd9f80ada2e5a497db98fc (diff) | |
download | gdb-806fd9fc4ea36675876b522350caec8e94df09cc.zip gdb-806fd9fc4ea36675876b522350caec8e94df09cc.tar.gz gdb-806fd9fc4ea36675876b522350caec8e94df09cc.tar.bz2 |
add decstation host makefile frag
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 e81b524..4a8f850 100644 --- a/configure.in +++ b/configure.in @@ -15,6 +15,7 @@ case "${host_os}" in m88kbcs) host_makefile_frag=config/mh-delta88;; sysv* | irix*) host_makefile_frag=config/mh-sysv ;; svr4) host_makefile_frag=config/mh-svr4 ;; +ultrix) host_makefile_frag=config/mh-decstation ;; esac case "${host_vendor}" in |