As in previous releases, you can reconfigure the Developer's Kit tools to support more than one object format. See section `Rebuilding From Source' in Rebuilding From Source. However, we've changed the `configure' command-line option slightly.
To add support for more object file formats (besides the format appropriate
for the configured target), list the additional targets as arguments to the
configure
option `--enable-targets', separated by commas. For
example:
./configure --enable-targets=m68k-coff,i386-elf,decstation
To find out what targets are available, look in the file `bfd/config.bfd' in the source distribution.
To configure the Developer's Kit tools to support all available object formats, use `--enable-targets=all' rather than listing individual targets.