Add configure supprot for: alpha*-*-openbsd*, sparc64*-*-openbsd*,

hppa*-*-openbsd*
This commit is contained in:
Nick Clifton 2002-05-11 09:10:14 +00:00
parent e27da16d59
commit 690cc98be9
4 changed files with 317 additions and 291 deletions

View File

@ -1,3 +1,10 @@
2002-05-1 Federico G. Schwindt <fgsch@olimpo.com.br>
* config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
hppa*-*-openbsd*): New targets.
* configure.in (alpha*-*-openbsd*): Set COREFILE.
* configure: Regenerate.
2002-05-10 Tom Rix <trix@redhat.com>
* coff64-rs6000.c (xcoff64_reloc_type_br): New function for

View File

@ -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
;;

591
bfd/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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 ;;