13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-ai,v 1.1 2006/02/27 15:45:29 joerg Exp $
|
|
|
|
--- bfd/config.bfd.orig 2002-09-05 20:34:35.000000000 +0000
|
|
+++ bfd/config.bfd
|
|
@@ -398,7 +398,7 @@ case "${targ}" in
|
|
targ_selvecs=i386bsd_vec
|
|
targ_underscore=yes
|
|
;;
|
|
- i[3456]86-*-freebsd*)
|
|
+ i[3456]86-*-freebsd* | i[3456]86-*-dragonfly*)
|
|
targ_defvec=bfd_elf32_i386_vec
|
|
targ_selvecs=i386coff_vec
|
|
;;
|