add sparc64-netbsd support (from me via binutils-current)

This commit is contained in:
mrg 2000-07-26 16:30:56 +00:00
parent 1600ba0055
commit e1575802a6
1 changed files with 4 additions and 0 deletions

View File

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