mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 15:02:18 +00:00
Add configure supprot for: alpha*-*-openbsd*, sparc64*-*-openbsd*,
hppa*-*-openbsd*
This commit is contained in:
parent
e27da16d59
commit
690cc98be9
@ -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
|
||||
|
@ -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
591
bfd/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user