mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* configure.in (arm-*-netbsdelf*): Add target.
* configure: Regenerate.
This commit is contained in:
@ -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>
|
2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant
|
* config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant
|
||||||
|
360
gas/configure
vendored
360
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -193,6 +193,7 @@ changequote([,])dnl
|
|||||||
arm-*-linux*aout*) fmt=aout em=linux ;;
|
arm-*-linux*aout*) fmt=aout em=linux ;;
|
||||||
arm*-*-linux-gnu* | arm*-*-uclinux*)
|
arm*-*-linux-gnu* | arm*-*-uclinux*)
|
||||||
fmt=elf em=linux ;;
|
fmt=elf em=linux ;;
|
||||||
|
arm-*-netbsdelf*) fmt=elf em=nbsd ;;
|
||||||
arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;;
|
arm-*-netbsd* | arm-*-openbsd*) fmt=aout em=nbsd ;;
|
||||||
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
|
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
|
||||||
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
|
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
|
||||||
|
Reference in New Issue
Block a user