diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-11 09:10:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-11 09:10:14 +0000 |
commit | 690cc98be923a111371d20301574c840d628a634 (patch) | |
tree | 9398ea833e68db0142283bb2259a4604708fc314 /bfd/configure.in | |
parent | e27da16d591db0293f498c0bd1605b842bcbce0f (diff) | |
download | gdb-690cc98be923a111371d20301574c840d628a634.zip gdb-690cc98be923a111371d20301574c840d628a634.tar.gz gdb-690cc98be923a111371d20301574c840d628a634.tar.bz2 |
Add configure supprot for: alpha*-*-openbsd*, sparc64*-*-openbsd*,
hppa*-*-openbsd*
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 6659fd5..f5dc0f9 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -162,7 +162,9 @@ if test "${target}" = "${host}"; then COREFILE=trad-core.lo TRAD_HEADER='"hosts/alphalinux.h"' ;; - alpha*-*-netbsd*) COREFILE=netbsd-core.lo ;; + alpha*-*-netbsd* | alpha*-*-openbsd*) + COREFILE=netbsd-core.lo + ;; alpha*-*-*) COREFILE=osf-core.lo ;; arm-*-freebsd*) COREFILE='' ;; arm-*-netbsd*) COREFILE=netbsd-core.lo ;; |