7dcb27d3b4
Submitted by, and work for needed support written by Mark Kettenis <kettenis@gnu.org> Only for amd64 i386 sparc Not all architectures work/are enabled at this point, this is mostly being included due to the desperate need for an amd64 debugger this release.
13 lines
544 B
Plaintext
13 lines
544 B
Plaintext
$OpenBSD: patch-bfd_config_bfd,v 1.1.1.1 2004/03/07 08:21:12 pvalchev Exp $
|
|
--- bfd/config.bfd.orig 2004-01-06 20:18:59.000000000 +0100
|
|
+++ bfd/config.bfd 2004-03-04 13:07:38.000000000 +0100
|
|
@@ -493,7 +493,7 @@ case "${targ}" in
|
|
targ_defvec=bfd_elf64_x86_64_vec
|
|
targ_selvecs="bfd_elf32_i386_vec i386coff_vec bfd_efi_app_ia32_vec"
|
|
;;
|
|
- x86_64-*-netbsd*)
|
|
+ x86_64-*-netbsd* | x86_64-*-openbsd*)
|
|
targ_defvec=bfd_elf64_x86_64_vec
|
|
targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec bfd_efi_app_ia32_vec"
|
|
;;
|