diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-04 21:23:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-04 21:23:00 +0000 |
commit | 592b361f51efc9187e0971de2b272baedb3e1623 (patch) | |
tree | 7519b110af0b0c6dfca11a45a078e99713a86a53 /gnu/usr.bin/binutils/gdb/configure.host | |
parent | b620f6794dbe8d9a21e09ebd34112a354b7e211b (diff) |
first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/configure.host')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdb/configure.host b/gnu/usr.bin/binutils/gdb/configure.host index cb6ff7b1f31..af18d910db0 100644 --- a/gnu/usr.bin/binutils/gdb/configure.host +++ b/gnu/usr.bin/binutils/gdb/configure.host @@ -44,6 +44,7 @@ hppa*-*-bsd*) gdb_host=hppabsd ;; hppa*-*-hiux*) gdb_host=hppahpux ;; hppa*-*-hpux*) gdb_host=hppahpux ;; hppa*-*-osf*) gdb_host=hppaosf ;; +hppa*-*-openbsd*) gdb_host=obsd ;; i[3456]86-ncr-*) gdb_host=ncr3000 ;; i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix |