add support for "sparc-*-netbsdelf"

This commit is contained in:
mrg 1998-12-16 15:01:44 +00:00
parent c57e92ccdf
commit 18e4e7bd52

View File

@ -34,6 +34,7 @@ sparc*-*-linux*) targ_emul=elf32_sparc
;;
sparc*-*-lynxos*) targ_emul=sparclynx ;;
sparc64-*-netbsd*) targ_emul=elf64_sparc ;;
sparc*-*-netbsd*elf*) targ_emul=elf32_sparc ;;
sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;