summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2000-06-01 22:06:18 +0000
committerJ.T. Conklin <jtc@redback.com>2000-06-01 22:06:18 +0000
commit7eb931c24a98921fc059ee49cb6e34222ac970b3 (patch)
treedc0e699ac92e0f0930f88d57c0ef832e9b898b6b /bfd/config.bfd
parent10ae88abb0611dccda71c8cc3451345a5c611943 (diff)
downloadbinutils-redhat-7eb931c24a98921fc059ee49cb6e34222ac970b3.tar.gz
* config.bfd (i[3456]86-*-netbsdelf*): New target.
(i[3456]86-*-netbsdaout*): New target. (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs. (i[3456]86-*-openbsd*): Likewise.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd8
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 12aca15fda..324a168efc 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -299,9 +299,13 @@ case "${targ}" in
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386coff_vec
;;
- i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
+ i[3456]86-*-netbsdelf*)
+ targ_defvec=bfd_elf32_i386_vec
+ targ_selvecs=i386netbsd_vec
+ ;;
+ i[3456]86-*-netbsdaout* | i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
targ_defvec=i386netbsd_vec
- targ_selvecs=i386bsd_vec
+ targ_selvecs="bfd_elf32_i386_vec i386bsd_vec"
targ_underscore=yes
;;
i[3456]86-*-netware*)