Add an i[3456]86-*-netbsdelf* target, and add bfd_elf32_i386_vec to

i[3456]86-*-netbsd*.
This commit is contained in:
thorpej 1999-01-28 21:59:53 +00:00
parent 7751c2e2eb
commit 9b3208fc2b
1 changed files with 5 additions and 1 deletions

View File

@ -165,9 +165,13 @@ case "${targ}" in
targ_selvecs=i386bsd_vec
targ_underscore=yes
;;
i[3456]86-*-netbsdelf*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs="i386bsd_vec i386netbsd_vec"
;;
i[3456]86-*-netbsd* | i[3456]86-*-openbsd*)
targ_defvec=i386netbsd_vec
targ_selvecs=i386bsd_vec
targ_selvecs="i386bsd_vec bfd_elf32_i386_vec"
targ_underscore=yes
;;
i[3456]86-*-netware*)