diff options
author | Jeff Law <law@redhat.com> | 1994-02-24 16:10:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-24 16:10:15 +0000 |
commit | 6bfd168c6569f8661b1ce4ac4cc3f65cc298333e (patch) | |
tree | def9c4b624f9bbb3be89fcbc80d3944b1a431d42 /gdb/configure.in | |
parent | 256316284690384b53841c34ea3e399352bbd0ed (diff) | |
download | gdb-6bfd168c6569f8661b1ce4ac4cc3f65cc298333e.zip gdb-6bfd168c6569f8661b1ce4ac4cc3f65cc298333e.tar.gz gdb-6bfd168c6569f8661b1ce4ac4cc3f65cc298333e.tar.bz2 |
* confiugre.in (hppa*-*-osf*): New configuration.
* config/pa/hppaosf.mt: New target makefile fragment.
* config/pa/tm-hppao.h: New target include file.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index f81929b..9af7805 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -34,6 +34,7 @@ c[12]-*-*) gdb_host=convex ;; hppa*-*-bsd*) gdb_host=hppabsd ;; hppa*-*-hpux*) gdb_host=hppahpux ;; hppa*-*-hiux*) gdb_host=hppahpux ;; +hppa*-*-osf*) gdb_host=hppabsd ;; i[34]86-ncr-*) gdb_host=ncr3000 ;; i[34]86-sequent-bsd*) gdb_host=symmetry ;; #dynix @@ -186,6 +187,7 @@ sh-*-*) gdb_target=sh ;; hppa*-*-bsd*) gdb_target=hppabsd ;; hppa*-*-hpux*) gdb_target=hppahpux ;; hppa*-*-hiux*) gdb_target=hppahpux ;; +hppa*-*-osf*) gdb_target=hppaosf ;; i[34]86-sequent-*) gdb_target=symmetry ;; i[34]86-ncr-*) gdb_target=ncr3000 ;; |