* configure.in (i386-*-netbsdelf*): New target.

configure: Regenerate.
This commit is contained in:
Matthew Green 2001-07-14 14:44:39 +00:00
parent 1fe7ac855c
commit 7ed28e6531
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-07-14 matthew green <mrg@eterna.com.au>
* configure.in (i386-*-netbsdelf*): New target.
configure: Regenerate.
2001-07-11 Jakub Jelinek <jakub@redhat.com>
* testsuite/gas/sparc/unalign.s: Remove .uaxword test.

1
gas/configure vendored
View File

@ -2366,6 +2366,7 @@ for this_target in $target $canon_targets ; do
i386-*-beospe*) fmt=coff em=pe bfd_gas=yes ;;
i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;

View File

@ -242,6 +242,7 @@ changequote([,])dnl
i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
i386-*-bsd*) fmt=aout em=386bsd ;;
i386-*-netbsd0.8) fmt=aout em=386bsd ;;
i386-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes ;;
i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;;
i386-*-linux*aout* | i386-*-linux*oldld) fmt=aout em=linux ;;