* config.bfd: Add NetBSD/sparc64 support.

This commit is contained in:
Jeff Law 2000-04-21 21:50:52 +00:00
parent a7fba0e099
commit bc11ab2b2b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-04-21 Matthew Green <mrg@cygnus.com>
* config.bfd: Add NetBSD/sparc64 support.
Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
David Mosberger <davidm@hpl.hp.com>
Timothy Wall <twall@cygnus.com>

View File

@ -84,6 +84,10 @@ case "${targ}" in
targ_defvec=bfd_elf64_ia64_little_vec
targ_selvecs="bfd_elf64_ia64_big_vec bfd_efi_app_ia64_vec"
;;
sparc64-*-netbsd*)
targ_defvec=bfd_elf64_sparc_vec
targ_selvecs="bfd_elf32_sparc_vec sunos_big_vec"
;;
#endif /* BFD64 */
arc-*-elf*)