aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-11 09:10:14 +0000
committerNick Clifton <nickc@redhat.com>2002-05-11 09:10:14 +0000
commit690cc98be923a111371d20301574c840d628a634 (patch)
tree9398ea833e68db0142283bb2259a4604708fc314 /bfd/config.bfd
parente27da16d591db0293f498c0bd1605b842bcbce0f (diff)
downloadgdb-690cc98be923a111371d20301574c840d628a634.zip
gdb-690cc98be923a111371d20301574c840d628a634.tar.gz
gdb-690cc98be923a111371d20301574c840d628a634.tar.bz2
Add configure supprot for: alpha*-*-openbsd*, sparc64*-*-openbsd*,
hppa*-*-openbsd*
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 4cc1242..87b3890 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -70,7 +70,7 @@ esac
case "${targ}" in
# START OF targmatch.h
#ifdef BFD64
- alpha*-*-netbsd* | alpha*-*-freebsd*)
+ alpha*-*-netbsd* | alpha*-*-freebsd* | alpha*-*-openbsd*)
targ_defvec=bfd_elf64_alpha_vec
targ_selvecs=ecoffalpha_little_vec
;;
@@ -104,7 +104,7 @@ case "${targ}" in
targ_defvec=bfd_elf32_ia64_hpux_big_vec
targ_selvecs="bfd_elf64_ia64_hpux_big_vec"
;;
- sparc64-*-freebsd* | sparc64-*-netbsd*)
+ sparc64-*-freebsd* | sparc64-*-netbsd* | sparc64-*-openbsd*)
targ_defvec=bfd_elf64_sparc_vec
targ_selvecs="bfd_elf32_sparc_vec sunos_big_vec"
;;
@@ -303,7 +303,7 @@ case "${targ}" in
targ_defvec=bfd_elf32_hppa_linux_vec
targ_selvecs=bfd_elf32_hppa_vec
;;
- hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-netbsd* | hppa*-*-sysv4* | hppa*-*-rtems*)
+ hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-netbsd* | hppa*-*-sysv4* | hppa*-*-rtems* | hppa*-*-openbsd*)
targ_defvec=bfd_elf32_hppa_vec
targ_selvecs=bfd_elf32_hppa_linux_vec
;;