diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-06-01 22:06:18 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-06-01 22:06:18 +0000 |
commit | 0af288f393e8d2c4b4acc265d135cc5e02c24d16 (patch) | |
tree | 9347aa720743b5b9463dd2bc5771579202e03950 /bfd/config.bfd | |
parent | a6836251f636c0cb1078966331647d70376208ed (diff) | |
download | gdb-0af288f393e8d2c4b4acc265d135cc5e02c24d16.zip gdb-0af288f393e8d2c4b4acc265d135cc5e02c24d16.tar.gz gdb-0af288f393e8d2c4b4acc265d135cc5e02c24d16.tar.bz2 |
* 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.bfd | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 12aca15..324a168 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*) |