diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-11 13:38:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-11 13:38:07 +0000 |
commit | de6e5e1a72f20e126467197b66c574c6668c2a9c (patch) | |
tree | be93dcc792f08462bb195e0023ba9b165b5d8047 /bfd/configure.in | |
parent | 49ba19a4579b547581aae87ce08ccda8fef898e0 (diff) | |
download | gdb-de6e5e1a72f20e126467197b66c574c6668c2a9c.zip gdb-de6e5e1a72f20e126467197b66c574c6668c2a9c.tar.gz gdb-de6e5e1a72f20e126467197b66c574c6668c2a9c.tar.bz2 |
* configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
* configure: Regenerate.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index b708145..379b3ac 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -359,7 +359,9 @@ changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/tahoe.h"' ;; - vax-*-netbsd*) COREFILE=netbsd-core.lo ;; + vax-*-netbsd* | vax-*-openbsd*) + COREFILE=netbsd-core.lo + ;; vax-*-ultrix2*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/vaxult2.h"' |