* configure.in (arm-*-netbsdelf*): Add target.

* configure: Regenerate.
This commit is contained in:
Alan Modra 2001-12-20 03:19:03 +00:00
parent 61d0bc3328
commit 8bdcf8ca4d
3 changed files with 180 additions and 186 deletions

View File

@ -1,3 +1,8 @@
2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
* configure.in (arm-*-netbsdelf*): Add target.
* configure: Regenerate.
2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
* config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant

360
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -193,6 +193,7 @@ changequote([,])dnl
arm-*-linux*aout*) fmt=aout em=linux ;;
arm*-*-linux-gnu* | arm*-*-uclinux*)
fmt=elf em=linux ;;
arm-*-netbsdelf*) fmt=elf em=nbsd ;;
arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;;
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;